Rank 2: Process
If we consider the following example:
Collections:
UserandPost
Relationship:Two-way relationshipandone to many
A user can create many posts, but a post belongs to one specific user.
Depending on where we create this relationship, the text seems to be inaccurate on the other side of the relationship. Meaning, if we create this relationship in the User collection, it will sound correct: user can contain many post, post can belong to one user
Having created the relationship in the User collection, if we now look at the relationship in the Post collection it says: post can contain many user, user can belong to one post
Is the text inaccurate or am I missing something?
I attached screenshots of this example.