try {
      const next = query.next !== undefined ? Number(query.next) : undefined
      const size = all === true ? 0 : Math.min(query.size, 30) // blockchain by design to return all records when limit = 0
      const list = await this.client.governance.listGovProposalVotes({
        proposalId: id,