# Records
## Properties
**total_records** | Option<**i32**> | Total number of records. | [optional]
**current_page_size** | Option<**i32**> | Number of records in the current page. | [optional]
**current_page_number** | Option<**i32**> | Current page number. | [optional]
**cursor** | Option<**String**> | Returned only when there are more records to be retrieved. Repeat the API call and pass this cursor value in the request to retrieve the next page of records. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)