diff --git a/docs/src/pages/components/Pagination.svx b/docs/src/pages/components/Pagination.svx
index 0e54246b..3aeb1f36 100644
--- a/docs/src/pages/components/Pagination.svx
+++ b/docs/src/pages/components/Pagination.svx
@@ -19,6 +19,14 @@ components: ["Pagination", "PaginationSkeleton"]
+## Unknown pages
+
+If the total number of pages is unknown, set `pagesUnknown` to `true`.
+
+This will render the item range text without factoring in the total number of pages.
+
+
+
## Page window
The number of native select items rendered is derived from the value of `totalItems`.