@deep/nest-kit
    Preparing search index...

    Class GetManyStudiosOptions

    Options for list method (getMany)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    List order options

    UsersOrderBy.CREATED_AT_DESC = 'createdAt_DESC'