Future<Map?> queryNominationsCount() async { final res = await service.queryNominationsCount(); return res; }