Sorting from a reference query

Ok, first things first. You are querying one collection called Experiences , and the sorting method is going to be applied to this collection. The include method you use, is only there to grab the referenced item in another collection. You will have to sort the data that you queried manually, using an Array.sort() method. And your query is limited to 2 items only.