import DS from 'ember-data'; // const { Model } = DS; export default DS.Model.extend({ title: DS.attr('string'), author: DS.attr('string'), published_date : DS.attr('date'), content : DS.attr('string'), cover_image : DS.attr('string'), });