MongoDB查询语句如何写

图片说明图片说明

麻烦看一下,我想查询数据库中objectid的所有记录,如何写,
db.getCollection(xxxxx).find({speakerlist.speakers之后该如何写}),大神看看,如何解析这个列表

db.getCollection(xxxxx).distinct("speakerlist.speakers.objectid")