typePagetype Page struct { Documents []Document Page int Limit int Total int }A paginated result and total count.Source store/store.go:163Documents:[]DocumentDocuments on this page.Page:intCurrent one-based page.Limit:intRequested page size.Total:intTotal matching document count.