Ext.define('uas.model.Restaurant', { extend: 'uas.model.Base', fields: [ 'name', 'cuisine', { name: 'rating', summary: 'average' } ] });