object

OrderPageInfo

Schema for order's pagination.
Fields
current
Int
Specifies the current page number. It helps in identifying the position within the paginated results. For example, 1, 2, or 3.
has_next
Boolean
Indicates whether there is a next page available. It is true if a next page exists and false if the current page is the last one. For example, true or false.
item_total
Int
Total number of items available across all pages. It provides a count of all the items that match the query criteria, regardless of pagination. For example, 50, 100, or 250.
size
Int
Represents the number of items on the current page. It indicates how many items are included in each page of the paginated response. For example, 10, 20, or 50.
type
String
Specifies the current page number. It helps in identifying the position within the paginated results. For example, 'number' or 'cursor'.