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