Identified gotchas: + `attribute :foo, key: :bar`: in AMS, this creates a `bar` attribute in the JSON output. In jsonapi-rb, this becomes `attribute(:bar) { @object.foo }`. + some other stuff I haven't identified yet.