Setting limit on the number of pages for pagination

Is there a way I can set an upper limit on the maximum number of pages when using streamlit aggrid - pagination?

Currently, my streamlit app shows 194 pages. I want to only show 5 pages.