Options for list method (getMany)

Hierarchy (View Summary)

Constructors

Properties

List filter options

limit?: number

Limit of items per page

locale?: string
needCountTotal?: boolean

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

true
offset?: number

Offset of items per page

List order options

UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC'