pub trait CreateFilter { type Filter; }
Helper trait to build a compound filter from filter nodes that exist for each field
Final filter type