OBJECT
type VehicleFleetStatisticsDto {healthyVehiclesCount: Int unhealthyVehiclesCount: Int sensorTypeStatistics: [SensorTypeStatisticsDto] }