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