I have an array of posts, each of which have a category. I want to only display 3 posts from categories 1,2, or 3 (there's potentially unlimited categories). Is there any way to do this with core liquid?
I figure I could do this if there were for comparisons or limits on if statements.