Retorna uma lista de cidades capitais desta região
Future<Iterable<Cidade>> get capitais async => (await cidades).where((e) => e.capital);