task.title = 'foooo'task.description = 'baaaaaar' // title will now be 'foooo' but description is the very same as before})task.update({ title: 'foooo', description: 'baaaaaar'}, {fields: ['title']}).then(() => {