Suppose the following example:
We have three models: News, Tag, NewsTags
// News Model const News = sequelize.define("News", { title: { typ