anderhelLabel type checking
    Updated 2023-01-05
    select label_type, label_subtype, count(address) from ethereum.core.dim_labels
    group by label_type, label_subtype
    order by label_type
    Run a query to Download Data