var userSchema = mongoose.Schema({ username: { type: String}, email: String, password: String, tasks: [String] });
I want to create