I have problem. I have timestamp field in my database and therefore I would like to make query like this: ``` javascript filter: {timestamp: {ge: from, le: to}} ``` Is it possible in current implementation? I could not make it work, thanks.