I have entity A which has an IList of B called Bs and B has an IList of C called Cs. I want to search for all A\'s which have at least 5 C\'s in them. So I went and wrote