# IncidentStatisticsResultDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **incident_type** | Option<**String**> | The type of the incident the number of incidents is aggregated for. See the [User Guide](https://docs.camunda.org/manual/7.13/user-guide/process-engine/incidents/#incident-types) for a list of incident types. | [optional] **incident_count** | Option<**i32**> | The total number of incidents for the corresponding incident type. | [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)