github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/java-legacy/docs/Pagination.md (about)

     1  
     2  
     3  # Pagination
     4  
     5  
     6  ## Properties
     7  
     8  Name | Type | Description | Notes
     9  ------------ | ------------- | ------------- | -------------
    10  **hasMore** | **Boolean** | Next page is available | 
    11  **nextOffset** | **String** | Token used to retrieve the next page | 
    12  **results** | **Integer** | Number of values found in the results | 
    13  **maxPerPage** | **Integer** | Maximal number of entries per page | 
    14  
    15  
    16