YZ
where: {
id: offerId,
},
include: [
{
association: "companies",
attributes: ["idno"],
required: true,
through: {
attributes: ["data", "clientData"],
},
},
{
model: db.models.Template,
attributes: ["name", "type", "schema"],
foreignKey: "templateId",
},
],
});

