Get the vote count for a poll option.
The poll option
Whether the poll is anonymous
The vote count for the option
Uses voteCount for anonymous polls, votes.length for non-anonymous. This centralizes the logic for determining vote counts based on poll type.
voteCount
votes.length
Get the vote count for a poll option.