FindOptions: FindOneOptions & {
    limit?: number;
}

Options passed when finding a multiple documents

Type declaration

  • Optional Readonly limit?: number

    The maximum number of documents to return.

Generated using TypeDoc