For a model e.g. Pizza that has a to many relationship with a model Topping How can I query for all Pizzas with only 2 Toppings?
I previously iterated over the Pizzas and made a separate query for the Toppings count and only added the one with 2 to my list. But I am running into a performance problem.