What are the possible sorts of the collection.products?

Yesterday I found out that I can manually sort my collection.products to show the products in the order i’d like.

{% assign products = collection.products | sort: ‘price’ %}

Thing is, on the page showing me, there are only two: Price and Title.

So is there a full list of the sorts somewhere? Also, how can I sort the list in the inverse way, like Title Z-A instead of Title A-Z?

Hi, I found this…

https://shopify.dev/api/liquid/objects/product

I’m trying to get the image to display from the collection.products myself and finding it hard to find any examples for this. If anyone knows how please share :slightly_smiling_face: