Interface FindOptions

interface FindOptions {
    limit?: number;
    sort?: Sort;
}

Properties

Properties

limit?: number

Limit of records to retrieve

sort?: Sort

Sort keys