Which method shows you whether MongoDB uses any indexes when running a query, and how the indexes are used?
detailQueryExecution()
showPlan()
explain()
describe()