Project.findAll({attributes: ['name', 'age']}).on('success', function (projects) { console.log(projects); });