I’m pretty sure it’s a typo, but wanted to make sure. Final Exam Question 5 states:
Sample uses db.cities
db.cities.findOne()
Has indexes using people
db.people.getIndexes()
Your query uses
db.people.aggregate(pipeline)
Should they all be using db.cities?
Thanks.