Here’s what I’m trying to do:
I’d like to build a widget that displays content items ordered by how many times they’ve been favorited.
If I’m analyzing my database correctly, it looks like you don’t track that by each package item, right? Would it be possible to assemble a query to pull and order items by the number of times they’ve been favorited?