Connectez-vous à la collection existante Mongoose

new Schema({ url: String, text: String, id: Number}, 
           { collection : 'question' });   // collection name
Grieving Gemsbok