1 2 3
FROM e IN events WHERE e.data.price > 20 PROJECT INTO DISTINCT { id: e.id, price: e.data.price }