This seems to be an easy thing, but I cannot find an example of it so I will try and ask here. I am building a car site that pulls from one channel with many custom fields. One of those custom fields is model of the car. A simple channel query will list every instance of the cars model, and I would like for it to only pull it once and ignore the other entries with the same name. For example, say we have a Toyota Corolla and three different entries with slightly different data, it will list the Corolla three times and I just wish it would do it once. I hope this makes sense…