I currently have the following Codabledata structures:
Codable
//Models for Data Handling struct EventModel: Codable { let id: UUID let eventName: St