Price Management | Offset
If a limit is not sufficient and you do not always need the first best result, you can also specify an offset that shifts the set of results back accordingly.
Example
PHP
[Limit: 10]
[Offset: 5]
In this example, the number of rows is limited to 10, and the set of results is moved back by 5 positions. Rows 6 – 15 are the result.