diff --git a/docs/content/documentation/templates/pagination.md b/docs/content/documentation/templates/pagination.md index 0134b129..e1851bdc 100644 --- a/docs/content/documentation/templates/pagination.md +++ b/docs/content/documentation/templates/pagination.md @@ -26,7 +26,7 @@ previous: String?; next: String?; // All pages for the current pager pages: Array; -// Which pager are we on +// Which pager are we on, 1-indexed current_index: Number; // Total number of pages across all the pagers total_pages: Number;