export default class SingleFromManyTransformer extends ResourceTransformer {
  constructor(relationshipName, property) {
    super();
    this.property = property;
    this.relationshipName = relationshipName;