data class Trip(val id: Long, val tripEndTimestamp: Instant, val tripType: String, val mileage: Int?, val averageElectricConsumption: Double?, val averageFuelConsumption: Double?, val averageSpeed: Double?, val travelTimeSeconds: Int?)
Summary of a single trip with consumption and speed averages. All distances in km, speeds in km/h.