- [ ] `GET` should bring related resources from either end of the relationship (A->B, B->A) - [ ] `POST`ing a resource with hould automatically create the record in the intermediate table (AB) - [ ] `PUT`ting a relationship in a resource should automatically create the record in the intermediate table (AB) - [ ] `DELETE`ing a resource should automatically remove the record in the intermediate table (AB)