I have a list of Prizes.
Each Prize has like 5 properties... but if Prize.redeemed = 100... I want to sort those only to the back of the list. So I don't want to sort by redeemed... I just want to put those in the back of the list. How would I do that?
I have this... and I'm kinda not sure why it works. I would have thought it would have put these to the front?