Interface findManyDocumentsOptions

Configuration object for methods that find many documents at once.

BigfootDS

interface findManyDocumentsOptions {
    limit: number;
}

Properties

Properties

limit: number

A number to limit how many documents should be returned during a findMany operation.

BigfootDS