Pagination refers to the fact that complete results will be displayed across multiple pages, instead of a single page with results that keep loading at the bottom of the page (like in the Skyscanner Flights API). The idea behind pagination is to keep responses lean and fast, by controlling how many hotels are returned for each call.
Partners must specify sizing parameters in each / Poll call, to determine the size of the responses. These should be kept consistent across all / Poll calls. Partners can also include sorting/filtering for their results on each / Poll call, and those should also be kept consistent across calls, for an optimal user experience.