Получите массивы в продолжении

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