Oh hey that does work.

Thanks, @sam-falvo!
diff --git a/collections.go b/collections.go
index 6e48228..82e6c7a 100644
--- a/collections.go
+++ b/collections.go
@@ -93,9 +93,7 @@
 
 // LinkCollection must be satisfied by a Page that uses a LinkPager.
 type LinkCollection interface {
-
-	// Pager is specified here so every LinkCollection will also be a valid Page.
-	Pager() Pager
+	Collection
 
 	// Service returns the client used to make further requests.
 	Service() *ServiceClient