Hi Joel,
I'm not sure I understood your question, but I guess this has more to
do with your database query than with Agility.
In your gather call, you could add a third parameter corresponding to
your query.
.gather(proto, method, [,selector] [,query])
The query could be, for example, {orderBy:'id'}
This query parameter would be passed to your persistence adapter.
Luis