Hi, I am trying to create a query where filter is (date>presentdate) but unable to find documentation on it on the project. Here is what I have till now: .Query.all().filter(datestamp__greaterThan,present) Any pointers would be helpful.