phu[Snapshot] number of proposal by choices
    Updated 2022-08-13
    select
    array_size(choices) no_choice,
    count(distinct proposal_id) proposal_count
    from ethereum.core.ez_snapshot
    group by 1
    order by 2 desc
    Run a query to Download Data