Paginate
Information about the pagination inside a set of paginate tags.
Properties
Name | Type | Description |
---|---|---|
previous_page | string | URL of the previous page |
next_page | string | URL of the next page |
current | number | Index of current page |
total | number | Total items |
last | number | Index of last page |
has_more | boolean | Whether there are more pages or not |
items | array of products | Array of iterable items |