# Hi, I need to set a header for a relationship call. We are already constructing common headers in the adapter file. Is there any option to send request-specific headers from where the relationship request is triggered?
# for old EmberData iirc foo.hasMany('bars').load({ adapterOptions: { ... } }) will pass the options through to the adapter, may have some nuance though