Nested include in sequelize? August 15, 2023 by Tarik models.products.findAll({ include: [ {model: models.comments, include: [models.comments.users] } ] })