const { model } = require('mongoose'); const userSchema = require('./user.schema.js'); module.exports = model('User', userSchema);