diff --git a/.changeset/olive-moons-burn.md b/.changeset/olive-moons-burn.md index 652c8fff14..42c488e637 100644 --- a/.changeset/olive-moons-burn.md +++ b/.changeset/olive-moons-burn.md @@ -26,7 +26,7 @@ Example usage: ```ts const pageStream = catalogClient.streamEntityPages( - { batchSize: 100 }, + { pageSize: 100 }, { token }, ); for await (const page of pageStream) {