Skip to main content
Very Popular
Latest
method Collection.prototype.estimatedDocumentCount
import { Collection } from "https://deno.land/x/mongo@v0.33.0/src/collection/mod.ts";

A function that returns the estimated number of documents in the collection

Returns

Promise<number>