package market.guess.ui.desktop.model; public record ParticipantRow( String user, String tag, int yes, int no, String value, String fees, String pnl) {}