Trip
data class Trip(val routeId: String, val serviceId: String, val tripId: String, val tripHeadsign: String? = null, val tripShortName: String? = null, val directionId: Int? = null, val blockId: String? = null, val shapeId: String? = null, val wheelchairAccessible: Int? = null, val bikesAllowed: Int? = null)
See https://developers.google.com/transit/gtfs/reference#tripstxt