Skip to main content
Module

x/mongo/mod.ts>Collection#count

MongoDB driver for Deno
Extremely 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.0/mod.ts";

Parameters

optional
filter: Filter<T>
optional
options: CountOptions

Returns

Promise<number>