mlhTotal count of voters, cosmos
    Updated 2022-12-10
    select count (distinct tx_from) as voters
    from cosmos.core.fact_transactions
    where TX_ID in (select tx_id
    from cosmos.core.fact_msg_attributes
    where ATTRIBUTE_KEY= 'proposal_id'
    and ATTRIBUTE_VALUE= '82')
    Run a query to Download Data