✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
MongoDB
Поле title оголошене так:
title: { type: String, required: true, trim: true, minlength: 1 }Клієнт надсилає { title: ' ' }. Що зробить Mongoose при виклику TaskModel.create(...)?