@JsonClass(true) data class PollVoteStateOption : Parcelable
PollVoteStateOption(id: String, voteCount: Int)
val id: String
val voteCount: Int