You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I see in the API spec, currently it's not possible to specify sort parameters (field name and order) for "find" function. I think it would be a nice enhancement as it is a common operation. Ideally the function could receive a list of sort parameters (sort by multiple fields, each having a field name and a sort direction).