I have a backend query that returns list of documents, I want to sort this using the ORDER BY, but I want it to order based on the number of views (which is a doc refence of users).
I wanna sort my backend query based on the number of items in that views, but it seems like FF doesn't allow that. I cannot select the field views under the ORDER by configuration:
Is there anyway to do what I want? Thanks and Regards