pub async fn count_stars( username: &str, no_orgs: bool, auth: Option<BasicAuth>, page_size: usize, ) -> Result<Response, Error>