export default class EmbeddedPropertyTransformer extends ResourceTransformer {
  constructor(path) {
    super();
    this.path = path;
  }