This class is intended to store data about limit and offset parameters.
page limit: 20limit: 20 40 60 80 100 120offset: 0 20 40 60 80 100 |---|---|---|---|---| 1 2 3 4 5 6 (page)
Limit is used to reduce the amount of final elements from the end.
Offset is used to omit given amount of elements from the start.