Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Collection.prototype.count
Deprecated
Deprecated

Use countDocuments or estimatedDocumentCount instead

import { Collection } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>