If you have a Query that returns a single item, it will always have null in the data part of the QueryResult. E.g.: ```csharp [HttpGet] public Task<Something> GetSomething() => ... ```