Banflixvip Direct
const userSchema = new mongoose.Schema({ id: String, viewingHistory: [{ type: String }], ratings: [{ type: String }], preferences: [{ type: String }] });
const userSchema = new mongoose.Schema({ id: String, viewingHistory: [{ type: String }], ratings: [{ type: String }], preferences: [{ type: String }] });