Refer to the exhibit. An event payload contains an unordered array of flight objects, where every object has a price key and a toAirport key.
What is valid DataWeave code to return flights with price under 500, grouped by toAirport in ascending order, with the lowest price first?