Ext.regModel('Photo', {
    fields: [
        { name: 'name', type: 'string' },
        { name: 'source' , type: 'string' }
    ]
});

