This is what I was thinking was possible ``` module Tweeter class Relationship < Tweeter::Base JSON.mapping({ target: { type: TargetUser, root: "relationship" }, source: { type: SourceUser, root: "relationship" }, }) end end ``` And it makes a lot more sense in my mind