Get only dataValues from Sequelize ORM February 7, 2023 by Tarik Yes you can Model.findAll({ raw: true, //Other parameters }); would return just the data and not the model instance