Sequellize order berdasarkan tanggal

Users.findAll({ order: [['updatedAt', 'DESC']]}); // or ASC
Ham-Solo