Interface Pagination
🏷️ Properties
index
ts
index: numberA zero based index of the first item that is included in the response
Defined in: packages/curseforge/index.ts:496
pageSize
ts
pageSize: numberThe requested number of items to be included in the response
Defined in: packages/curseforge/index.ts:500
resultCount
ts
resultCount: numberThe actual number of items that were included in the response
Defined in: packages/curseforge/index.ts:504
totalCount
ts
totalCount: numberThe total number of items available by the fetch
Defined in: packages/curseforge/index.ts:508