Bạn cần thêm preserveNullAndEmptyArrays thuộc tính bên trong $unwind của bạn hoạt động như thế này:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}
Bạn cần thêm preserveNullAndEmptyArrays thuộc tính bên trong $unwind của bạn hoạt động như thế này:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}