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