I have the below models defined in loopback, Jobs Tasks Users
where Jobs can have multiple tasks to be performed by one or more users.
I am trying to query using the below, where I want to find Jobs filtered by a certain organization, tasks which are of a certain status and include user information. Could someone please tell me what I am doing wrong with my query here -