@await Html.PartialAsync("~/Components/Molecules/FilterTotaliser/FilterTotaliser.cshtml", new FilterTotaliserProps
{
"Count": 0,
"CountText": "No results found",
"ShowClearButton": true,
"ClearButtonText": "Clear filters",
"ClearButtonAriaLabel": ""
})