Represents an individual hit dictionary from a Search API response.
t() :: %Snap.Hit{ _id: String.t(), _index: String.t(), _score: float() | nil, _source: map() | nil, _type: String.t(), fields: map() | nil }