Interface: Pagination
Generic pagination type, it originates from elastic query, but it's better to use this interface everywhere we have pagination, to not mix it up with other kind of pagination, based on page number for example.
Properties​
from​
• from: number
absolute index of the first item of the page
Defined in​
size​
• size: number
Size of the page