Skip to main content
Extremely Popular
Go to Latest
method Collection.prototype.countDocuments
import { Collection } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>