Skip to content

DoCurious API Reference / types / PaginationInfo

Interface: PaginationInfo

Defined in: types/common.types.ts:41

Pagination metadata returned alongside paginated result sets.

Properties

hasMore

hasMore: boolean

Defined in: types/common.types.ts:50

Convenience flag indicating whether a next page exists


limit

limit: number

Defined in: types/common.types.ts:45

Maximum items per page


page

page: number

Defined in: types/common.types.ts:43

Current 1-based page number


total

total: number

Defined in: types/common.types.ts:47

Total number of matching items across all pages


totalPages

totalPages: number

Defined in: types/common.types.ts:48

DoCurious Platform Documentation