@await Html.PartialAsync("~/Components/Molecules/Pagination/Pagination.cshtml", new PaginationProps
{
"CurrentPage": 5,
"TotalPages": 10,
"PageIndexes": [
1,
0,
5,
0,
10
],
"PreviousPageUrl": "?page=4",
"NextPageUrl": "?page=6",
"IsFirstPage": false,
"IsLastPage": false,
"AriaLabel": "Pagination",
"BaseUrl": "",
"QueryString": "",
"PageUrls": null
})