I want to know what it would be if I had a Ticket that holds one TicketType but a ticket type can be part of many Tickets.
Would the relationship be an Aggregation, where the open diamond is at the Ticket class, or is it an association where the arrow is pointing to the TicketType?