Given the following query:db.test.find({ reports: { $elemMatch: { item: “123”, point: { $gte: 8 }}}}}Which two documents from collection test will be returned by this query? (Choose two.)