Many to many relationship for same type entity
问题 I have an entity as below. I am curious if it is possible to create a relationship as I will be describing with the example: I am creating 2 Person entities Michael and Julia . I am adding Julia to Michael's friends set. After that I am retrieving Michael as a JSON response and Julia is available in the response. But when I am retrieving Julia, her friends set is empty. I want to create the bidirectional friendship relation by saving just one side of the friendship. I would like to get