I felt like the following should be possible I\'m just not sure what approach to take.
What I\'d like to do is use the include method to shape my results, ie define
Am I missing something, or aren't you just looking for the Any keyword?
Any
var query = dealerships.Where(d => d.parts.Any(p => p.price < 100.00) || d.parts.suppliers.Any(s => s.country == "brazil"));