I am using Typescript,NodeJS and sequelize-auto-ts for model generation. The two models where I want to place a include with find query is giving me wrong result which in turn is due to wrong query being fired. here are the two models in question;I am using Typescript,NodeJS and sequelize-auto