pub async fn get_repository_stargazers( client: &GitHubClient, owner: &str, name: &str, per_page: Option<u32>, page: Option<u32>, ) -> Result<Vec<StargazerWithDate>>