Skip to main content

PaginationMeta

Datalayer Core


Datalayer Core / PaginationMeta

Interface: PaginationMeta

Defined in: tech/datalayer/core/src/api/types/common.ts:64

Standard pagination response metadata. PaginationMeta

Properties

limit

limit: number

Defined in: tech/datalayer/core/src/api/types/common.ts:68

Items per page


page

page: number

Defined in: tech/datalayer/core/src/api/types/common.ts:66

Current page


total

total: number

Defined in: tech/datalayer/core/src/api/types/common.ts:70

Total number of items


totalPages

totalPages: number

Defined in: tech/datalayer/core/src/api/types/common.ts:72

Total number of pages