Tournament Entry
data class TournamentEntry(val tournament: Tournament, val date: String, val code: String, val division: String, val rounds: List<Round>)
Represents a historical tournament entry for a user.
Represents a historical tournament entry for a user.