Okay. Since the `food1` collection doesn't have th...
# community-help
h
Okay. Since the
food1
collection doesn't have the
reference
field to
userFood1
, you'll have to specify a "join" in the
filter_by
like:
Copy code
"filter_by": "$userFood1(userId:foo)",
to get the data of a particular user or
Copy code
"filter_by": "$userFood1(id:*)",
to get all the related docs.