ORDER BY clause. Each term is a {property_expression, :asc | :desc} pair.
{property_expression, :asc | :desc}
@type sort_term() :: {String.t(), :asc | :desc}
@type t() :: %AshNeo4j.Cypher.OrderBy{terms: [sort_term()]}