My Collections:
My Code:
const user = await User.aggregate().lookup({
from: 'entities',
localField: 'cartId.entityId',
foreignField: '_id',
as: 'cartId.entityId',
});
Result:
My Problem: I want quantity exist in result but it's not. What I can do?