Is there a way to compare fields to each other? Ex: ``` ObjectFilter.gt("field1", "field2") ``` where `field1` and `field2` are part of the same object.