Mongoose returns undefined for an existing field
You'll see this when you haven't added the field to your schema.
Add image
to your schema and it should work:
image: String
You'll see this when you haven't added the field to your schema.
Add image
to your schema and it should work:
image: String