Represents an individual suggest / options dictionary from a Search API response.
suggest
options
@type t() :: %Snap.Suggest.Option{ freq: integer(), id: String.t() | nil, index: String.t() | nil, score: float(), source: map() | nil, text: String.t() }