I have a model representing user and I want to create a relationship between users representing that they are friends. My functional model with association table and methods to list all the friends look like thisI have a model representing user and I want to