const BookSchema= new Schema( { writer:{ type: String, required: true }, pages:{ type: Number}, price:{ type: Number}, name: { type: map,