Rank 3: Container
I want to create a relationship in my "Users" collection that'll point to it's own self. Tho I'm not building a social media app, but you can think of it as the friends list of a user in a social media network. So each user doc will need a relationship named "friends" to its own collection ("Users" in this case), cuz each "friend" is also a user.
When I try doing it from the console, I can't find the "Users" collection under the "Related Collection" search box.
I don't know if I was clear enough... Let me know if you want more details