I am looking for group by queries through Sequelize and cannot seem to find any documentation.
group by
SELEC
Try this -
Table.count( { attributes: ['column'], group: 'column', }