left join not properly hydrating results
The query this generates is correct:
And running this query also returns the clients name, as expected. But the resulting object says clients is null, whereas I am expecting an object with the id and name values set.
Why is this not hydrating?