# ApiResultReportList
## Properties
**count** | **i32** | Number of items returned | [default to null]
**payload** | [**Vec<crate::models::ReportItem>**](ReportItem.md) | The payload of the response. Type depends on the API request. | [optional] [default to null]
**success** | **bool** | Indicates if the request was successfull or not. true if the request was handled successfully, false otherwise. | [default to null]
**errors** | [**Vec<crate::models::ApiError>**](ApiError.md) | Error(s) accociated with the API request. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)