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

Use countDocuments or estimatedDocumentCount instead

import { Collection } from "https://deno.land/x/mongo@v0.31.2/src/collection/collection.ts";

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>