github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/rust/docs/Pagination.md (about) 1 # Pagination 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **has_more** | **bool** | Next page is available | 8 **next_offset** | **String** | Token used to retrieve the next page | 9 **results** | **i32** | Number of values found in the results | 10 **max_per_page** | **i32** | Maximal number of entries per page | 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14