Is it possible to use the filter in find() to sort(on the server) my query? Or do I need to get the data and sort locally?
really I just want the latest 'created_at' date....
I noticed that the filter docs mention "filter operator" but I dont seem to be able to find any more info on that....
thanks!
chris