attr('${1:string}'),
belongsTo('${1:string}'),
this.store.findAll('${1:model}');
this.store.findRecord('${1:model}', params.${1:model}_id);
hasMany('${1:string}'),
this.store.peekAll('${1:model}');
this.store.peekRecord('${1:model}', params.${1:model}_id);
this.store.query('${1:model}', { ${2:queryKey}: ${3:queryValue}});
this.store.queryRecord('${1:model}', { ${2:queryKey}: ${3:queryValue}});