# Offset Using `offset` the first `offset` number of items can be skipped. ## Examples ``` # Returns a maximum of 10 items, but skips the first 3 items on the list ?offset=3 &limit=10 ```