Sort objects retrieved by parse in ascending or descending order

Hi! im using mod_parse, and i was wondering if there is anyway to use the Querytable to sort the objects you retrieve from parse in an ascending order, or descending order.

lets say i have a class with 40 objects, all this objects are posts that are shown in a feed on the app. i want to sort the objects, in an ascending order so that all the posts are shown in the right order. is there anyway to specify in the query table that this should be done?