diff --git a/app/structures/collection/page.mdx b/app/structures/collection/page.mdx
index 824a331..f97d57f 100644
--- a/app/structures/collection/page.mdx
+++ b/app/structures/collection/page.mdx
@@ -9,6 +9,10 @@ Collections are a way to represent paginated groups of entities. They are used e
Pages should be limited to a reasonable number of entities, such as 20 or 80.
+
+ As Collections are independent and not part of a larger entity (like [ContentFormat](/structures/content-format)), they should have a valid [Signature](/signatures).
+
+
## Entity Definition
@@ -36,6 +40,7 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80.
URI to the previous page of the collection. Query parameters are allowed.
+
If there is no previous page, this should be `null`.