PaginationResult
n8n-nodes-semble / nodes/Semble/shared/PaginationHelpers / PaginationResult
Interface: PaginationResult¶
Defined in: nodes/Semble/shared/PaginationHelpers.ts:40
Result of a paginated query operation
Properties¶
data¶
data:
IDataObject
[]
Defined in: nodes/Semble/shared/PaginationHelpers.ts:42
The collected data from all pages or single page
meta¶
meta:
object
Defined in: nodes/Semble/shared/PaginationHelpers.ts:44
Metadata about the pagination operation
pagesProcessed¶
pagesProcessed:
number
Total pages processed (for returnAll operations)
totalRecords¶
totalRecords:
number
Total records returned
hasMore?¶
optional
hasMore:boolean
Whether more pages are available (for single page operations)