> For the complete documentation index, see [llms.txt](https://wiki.owain.codes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.owain.codes/coding/umbraco/pagination.md).

# Pagination

TODO: Add code to demo Pagination

Thought process :&#x20;

Find all blogs and count the number of blog items which are published (Examine)\
Declare size of each page, 10 most likely\
Divide the total number of blogs found by 10, this is then the number of pages available<br>
