import DS from 'ember-data'; export default DS.Model.extend({ title: DS.attr(), annotations: DS.attr(), });