```c# _ = await ctx.Blogs.Where(b => b.Posts[2].Name == "foo").ToListAsync(); ``` Note that since we support primitive collections, this should translate on those too.