Just noticed that iterating through /api/v2/oauth/clients hits pagination limits quickly for large orgs. The SDK getOauthClient returns basic metadata but omits scope assignments, forcing individual calls to /api/v2/oauth/clients/{clientId} for each entry. Is there a bulk endpoint or a specific query parameter to fetch scope arrays directly in the list response?