Is there any way to specify the order of related models?
I'm looping through related models of a model in my Volt template, and I want the related models to be sorted alphabetically. Using:
{% for User in LoopDeparment.getUsers(['order'=>'name']) %}
causes an "unexpected ASSIGN" error.