1 2 3 4 5 6 7 8 9 10
package market.guess.model.event; public record ParticipantDTO( String user, String tag, int yes, int no, String value, String fees, String pnl) {}