Closed
Description
Caused by #254 (2.2.5). The changes made now prevent the deserializer from setting the attributes on included relationships. Only the ids are getting set, all other properties will have their default values.
This shouldn't affect deserialization of web requests since you can't POST sideloaded relationships yet. However, it would affect tests trying to deserialize responses.