see the doc, https://docs.github.com/en/rest/meta/meta?apiVersion=2022-11-28 response schema includes ```json "actions_macos": { "type": "array", "items": { "type": "string" }, "examples": [ "192.0.2.1" ] }, ``` can we include it please. the code https://github.com/google/go-github/blob/master/github/meta.go#L19 so that can resolve this https://github.com/integrations/terraform-provider-github/issues/2607