pub fn fetch_all(
    fund: usize,
    stage_label: &str,
    stages_filters: &[&str],
    excluded_proposals: &HashSet<u32>,
    client: &impl HttpClient
) -> Result<IdeaScaleData, Error>