Start your All-Access Pass to unlock this challenge
I can already call $category->getProducts()
to get a collection of all of the products
for a specific Category
. But now, I want an easy way to be able to get that same collection,
but filtered by newest DESC and where a product's price is greater than $100. Is that possible?