# ListDatasetsResponse
## Properties
**count** | **i32** | Number of datasets returned in this response |
**datasets** | [**Vec<models::DatasetSummary>**](DatasetSummary.md) | |
**has_more** | **bool** | Whether there are more datasets available after this page |
**limit** | **i32** | Limit used for this request |
**offset** | **i32** | Pagination offset used for this request |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)