Mongo.estimated_document_count

You're seeing just the function estimated_document_count, go back to Mongo module for more information.
Link to this function

estimated_document_count(topology_pid, coll, opts)

View Source

Specs

estimated_document_count(GenServer.server(), collection(), Keyword.t()) ::
  result(non_neg_integer())

Estimate the number of documents in a collection using collection metadata.