Options for list method (getMany)

Hierarchy (View Summary)

Constructors

Properties

filter: BiblesFilter

List filter options

limit?: number

Limit of items per page

needCountTotal?: boolean

If true, total count will be calculated by additional SELECT COUNT.

true
offset?: number

Offset of items per page

orderBy?: BiblesOrderBy

List order options

UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC'