Is there something that I\'m missing that would allow item to log as an object with a parameter, but when I try to access that parameter, it\'s undefined?
What I\'ve
Make sure that you have defined title in your schema:
var MyCollectionSchema = new mongoose.Schema({ _id: String, title: String });