When implementing user following, you can add a relationship property on the Users collection for either "Following" or "Followers" but then if you want to access that relationship from the opposite side (i.e. if you created followers, then accessing following), then it would not be possible. We should add the ability to name the relationship / column in the opposite direction when it references the same table it's coming from.