CountOptions: {
    limit?: number;
}

Options passed when counting documents

Type declaration

  • Optional Readonly limit?: number

    The maximum number of documents to count.

Generated using TypeDoc