models.products.findAll({ include: [ {model: models.comments, include: [models.comments.users] } ] })