diff --git a/src/components/Pagination/Pagination.mdx b/src/components/Pagination/Pagination.mdx
index b683f1ca05..7888a0b4ea 100644
--- a/src/components/Pagination/Pagination.mdx
+++ b/src/components/Pagination/Pagination.mdx
@@ -9,10 +9,10 @@ import Link from "../Link/Link";
# Pagination
-| Component Version | DS Version |
-| ----------------- | ---------- |
-| Added | `0.0.10` |
-| Latest | `3.0.0` |
+| Component Version | DS Version |
+| ----------------- | ------------ |
+| Added | `0.0.10` |
+| Latest | `Prerelease` |
## Table of Contents
diff --git a/src/components/Pagination/Pagination.stories.tsx b/src/components/Pagination/Pagination.stories.tsx
index f0c0ea7ecc..3fd86c5cd2 100644
--- a/src/components/Pagination/Pagination.stories.tsx
+++ b/src/components/Pagination/Pagination.stories.tsx
@@ -55,7 +55,7 @@ export const UnchangingURL: Story = {
onPageChange: (selectedPage) => {
console.log(`Current page: ${selectedPage}`);
},
- pageCount: 100,
+ pageCount: 10,
},
name: "Pagination with Unchanging URL",
render: (args) =>