package market.guess.ui.desktop.model; public record UserEventRow( String eventId, String eventName, String role, String type, int yes, int no, String pl) {}