Du skal tilføje preserveNullAndEmptyArrays ejendom i din $unwind operation som denne:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}
Du skal tilføje preserveNullAndEmptyArrays ejendom i din $unwind operation som denne:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}