Future<Map<String, dynamic>> dropAllIndexes() async { final ret = await p.dropAllIndexes(collectionId); return ret; }