It looks like you have a data property inside the data object. So it means sencha recognize the record as it has only one field actually called data. So, if im not wrong, what's the output of:
console.log(record.get('data'));
Also, please add the model associated to the store containing record.