# PaginationMeta
## Properties
**limit** | Option<**i32**> | The number of records returned per page. |
**next_cursor** | Option<**String**> | Cursor value used to retrieve the next page of results. Empty if there are no more results. |
**previous_cursor** | Option<**String**> | Cursor value used to retrieve the previous page of results. Empty if there is no previous page. |
**sort** | Option<**String**> | The sort order applied to the results. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)