We should allow `Expressions` as a filter. E.g ```php $filter = Filter::all(); $filter->add(new Expression('foo')); ```