```c# _ = await ctx.Blogs.Where(b => b.Posts.Length == 3).ToListAsync(); ``` Note that since we support primitive collections, this should translate on those too.