ballotsWon

@SerialName(value = "ballots_won")
val ballotsWon: Int = 0

The number of ballots won.

This is the number of ballots won in the round. For example, if there is only one judge, and the judge votes for the entry, this will be 1. If there are three judges, and two judges voted for the entry, this will be 2.

However, for parsing the current logged-in user's history, each judge will have a ballot, meaning that this number is either 0 or 1.