Rename "Self" to "Owner".
diff --git a/pagination/marker_test.go b/pagination/marker_test.go
index 9defcd1..742a1d1 100644
--- a/pagination/marker_test.go
+++ b/pagination/marker_test.go
@@ -58,7 +58,7 @@
 
 	createPage := func(r LastHTTPResponse) MarkerPage {
 		p := MarkerPageResult{MarkerPageBase{LastHTTPResponse: r}}
-		p.MarkerPageBase.Self = p
+		p.MarkerPageBase.Owner = p
 		return p
 	}