how to have custom name of attributes in sequelize code example Example: sequelize attributes Model.findAll({ attributes: ['foo', 'bar'] });