I have two tables Users and Shops, User can have multiple shops, and shop can be owned by one user. I’m using Node.js & Sequelize ORM (postgres) The Problem When fetching data from Shop Model, Sequelize add extra field UserId in select query like: This Query Excecuted when I do: This Line Throws Exception says `error: column “UserId” does not