import DS from 'ember-data'; export default DS.Model.extend({ cid: DS.attr('string'), pid: DS.attr('string'), category: DS.attr(), title: DS.attr('string'), content: DS.belongsTo('page-content') });