Obtenga matrices en secuelas
const users = await db.users.findAll({}).map(el => el.get({ plain: true }))
Jaimin Patel
const users = await db.users.findAll({}).map(el => el.get({ plain: true }))