Interface PaginatedDto

Export

PaginatedDto

Hierarchy

  • PaginatedDto

Properties

has_more: boolean

Whether or not there are more elements available after this set. If false, this set comprises the end of the list.

Memberof

PaginatedDto

limit?: number

The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.

Memberof

PaginatedDto

offset?: number

The (zero-based) offset of the first item in the collection to return.

Memberof

PaginatedDto

total?: number

The total items count.

Memberof

PaginatedDto

Generated using TypeDoc