Mongo.estimated_document_count
You're seeing just the function
estimated_document_count
, go back to Mongo module for more information.
Specs
estimated_document_count(GenServer.server(), collection(), Keyword.t()) :: result(non_neg_integer())
Estimate the number of documents in a collection using collection metadata.