Options for list method (getMany)
List filter options
Optional
Limit of items per page
If true, total count will be calculated by additional SELECT COUNT.
true Copy
true
Offset of items per page
List order options
UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC' Copy
UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC'
Options for list method (getMany)