Represents a term query for matching specific terms in a field.
@type t() :: %Muninn.Query.Term{field: String.t(), value: String.t()}