Class ListMethodOptions<F, O>

Options for list method (getMany)

Type Parameters

  • F
  • O

Hierarchy (View Summary)

Constructors

Properties

filter: F

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?: O

List order options

UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC'