1 import DS from 'ember-data';
2
3 export default DS.Model.extend({
4
5 title: DS.attr(),
6 annotations: DS.attr(),
7
8 });