Hi @al marks27
Just to check, did you read this documentation -> https://developers.siteglide.com/pagination-layouts#ky-liquid-variables52 ?
As the pagination is in a forloop, you can check the index in liquid using {{forloop.index}}
and then see what page you are on, if over X amount then stop showing the pagination numbers and output ...
Then after that, have a space at the end for the last page number.
The forloops and available tags should contain everything you already need to achieve the above. Let us know how you get on!