I have a database of multiple pieces of content all of which have an author relationship.
I want to be able to write a query that returns "recent" content (say 20 posts) but I don't want posts by the same author to appear more than 3 times in the res...