When loading single record (e.g., /users/1), it currently seems impossible to sideload other instances of the same model.
For example, if I have model User who has followers (hasMany with same model), ember data throws exception “Uncaught Error: assertion failed: Your server returned a hash with the key users but you have no mapping for it” when requesting user record (/users/1). Is this intended behaviour or a bug? And there a workaround available?
Thanks!