switch err := row.Scan(
        &travelTime.ID,
        &travelTime.FromPlaceID,
        &travelTime.ToPlaceID,
        &travelTime.TimeInMinutes,