The variable "relationship" is not defined, and looks like it should be "teamMembers" instead.
This is a bit inconsequent with the example above, that is named "userRelationship". Either both or neither of them should include the word "relationship".
In the example, a variable named "relationship" is used, but not created. On the line above, another variable "userRelationship" is created but not used.
I'm assuming this is a typo, and they are supposed to be the same?
* Replaces primary key with `RKEntityIdentifier`
* Add support for use of compound keys for object identification
* Refactor `RKConnectionMapping` to `RKConnectionDescription` and add support for connecting with multiple attributes
* Clarify naming of representation key methods to better match naming conventions
* Add type transformation support for object identification
* Greatly expand test coverage for object identification
* Drop the `NSEntityDescription` category
* Simplify the `RKManagedObjectCaching` protocol
* Add compound key support to the Fetch Request and In Memory Cache implementations
* Replace Kiwi with Specta for tests where contexts are helpful for organization
* Rename `defaultValueForMissingAttribute` to `defaultValueForAttribute`