I have the below schema (apologies that it is in coffeescript)
Schema = mongoose.Schema AuthS = new Schema auth: {type: String, unique: true} nick
Use obj[0].nick and you will get desired result,