In my case i have replaced this
const {User} = require('./models');
to this
const {user} = require('./models');
I have lowercased User model and it worked