sequelize get attributes code example Example: sequelize attributes Model.findAll({ attributes: ['foo', 'bar'] });