How to use results_per_page attribute in github_organization_teams data resource?

We are getting timeout issue while getting all github teams from GitHub organization.
So we are trying to reduce the results_per_page.
https://registry.terraform.io/providers/integrations/github/latest/docs/data-sources/organization_teams#example-usage

But I am getting below error,
image

Can you please help me on this?

Are you sure you are using the latest version of the provider?

Check the .terraform.lock.hcl file

I found below in .terraform.lock.hcl file,

provider "registry.terraform.io/hashicorp/local" {
  version = "2.2.3"

Hi @stuart-c , Am I using latest version?

The latest version of the GitHub provider is 5.9.0