Right now the result of sequelize-auto-import is an object that will have its properties equal to the model name of the meta object that we pass to each model, but practically the dev can choose to not use these values an put other values for the model name and schema so we must extract these values from the sequelize model instead.