Hey, I have my data model setup so that I have a User, each user has a list of users they are following and a list of users that are following them. Is it possible to query whether any user is a follower of another user? Or would I have to break out those into a new Follow type?