Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumMongoDB$unwind arraysSingle-choice MCQ

What does the includeArrayIndex option of $unwind add to each output document?

db.docs.aggregate([ { $unwind: { path: "$items", includeArrayIndex: "idx" } } ])