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

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>