Du måste lägga till preserveNullAndEmptyArrays
egendom i din $unwind
operation så här:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}
Du måste lägga till preserveNullAndEmptyArrays
egendom i din $unwind
operation så här:
{
$unwind:
{
path: "$applications",
preserveNullAndEmptyArrays: true
}
}