import EmberObject from '@ember/object'; export default EmberObject.extend({ name: 'Name of the product', slug: 'Slug for the product' });