PaginationOptions
PaginationOptions = {
pageSize?:number; } &PaginationMethodUnion
Pagination options. Users cannot specify both cursor and jumpToPage.
Type Declaration¶
pageSize?¶
optionalpageSize:number
Size of the page to fetch (items per page)