Poll option entity
A possible answer of a Hunter.Poll
Fields
title- the text value of the poll optionvotes_count- the number of received votes for this option,niluntil the poll results are published
Summary
Types
@type t() :: %Hunter.Poll.Option{ title: String.t(), votes_count: non_neg_integer() | nil }