Skip to main content
Version: Next

PaginatedList <Data>

Paginated list with detailed pagination information.

Used primarily for Dataset items and other list operations that support offset-based pagination and field transformations.

Hierarchy

  • PaginatedResponse<Data>
    • PaginatedList

Index

Properties

count

count: number

Count of dataset entries returned in this set.

desc

desc: boolean

Should the results be in descending order.

inheriteditems

items: Data[]

Entries.

limit

limit: number

Maximum number of dataset entries requested.

offset

offset: number

Position of the first returned entry in the dataset.

inheritedtotal

total: number

Total count of entries.

Page Options