export default class Mapper {
  constructor(transport, response, relationshipDescription, useErrors = false) {
    this.transport = transport;
    this.response = response;
    this.relationshipDescription = relationshipDescription;