JabiTop 10 voter on Realm
    Updated 2022-08-14
    select voter, count(voter) as votes
    from solana.core.fact_proposal_votes
    where GOVERNANCE_PLATFORM = 'realms'
    group by 1
    order by 2 desc
    limit 10

    Run a query to Download Data