pageNumber * limit gives you the offset for that page, where you start from page 0. So the first page is offset 0, 2nd page is offset 100 (for limit 100), 3rd page is offset 200, and so on. For developing new stuff, I’d recommend using the new API (Helix) instead.
1 Like