import DS from 'ember-data'; export default DS.Model.extend({ comments: DS.hasMany('comment', { async: false }), name: DS.attr('string') });