Provide a LINQ implementation over the repository on the client side. ```csharp repository. Where(c => c.InTree("/Root/Content") && c.TypeIs("Article"))... repository. Count(...) repository. Any(...) ```