pub type CommunityRow = (i64, String, i64, Vec<String>);
(community_id, label, node_count, top_node_ids)