import Model from '@ember-data/model'; export default class Fragment extends Model { _isFragment: true; copy: () => this; }