Represents an individual hit dictionary from a Search API response.
t() :: %Snap.Hit{ explanation: map() | nil, fields: map() | nil, highlight: map() | nil, id: String.t(), index: String.t(), matched_queries: [String.t()] | nil, score: float() | nil, source: map() | nil, type: String.t() }