cypherGoverning the Cosmos - number of votes per proposal - terra
    Updated 2023-01-12
    select
    proposal_id,
    vote_option_text,
    count(distinct(tx_id)) as n_amount_votes
    from terra.core.fact_governance_votes
    group by proposal_id, vote_option_text
    Run a query to Download Data