combine where and attributes in sequelize code example
Example: sequelize .all()
yourTableModel.findAll({
//optional filters
where: {},
raw: true,
})
yourTableModel.findAll({
//optional filters
where: {},
raw: true,
})