> Yes correct - except the “userFollowers” are ...
# community-help
h
Yes correct - except the “userFollowers” are just in an array for that user - but have no join applied - we need each follower from join table to connect to users table and give a results joined with their respective user content
The top level document has all of the details of the followers of cMs user. "userFollowers" won't be an array when you'll join using
"filter_by": "private.accountState:=-1 && private.state:=0 && $userFollowers(followingId:=cMs1fJwiKmhorNeQZchHtFTC3G93)"
You can use the
is_mutual
value from the "userFollwers" object to show the Following/Follow.