Specification for a single subfilter operation.
@type strategy() :: :exists | :in | :any | :all
@type t() :: %Selecto.Subfilter.Spec{ filter_spec: FilterSpec.t(), id: term(), negate: boolean(), opts: keyword(), relationship_path: RelationshipPath.t(), strategy: strategy() }