Enable to Exract All the Data From the Application

Hello Everyone,
Im trying to Extract the name of files in The Web Application, which is in structure format using Data Scraping, In this application th files load when i scroll down and the bot is trying to extract the bot is extracting first 50 data. so untill i scroll down the rest of the data doesn’t get extracted we dont know the number of files that we might get in application.

Kindly help me to find the solution with this issue.

Just Scroll Down to the last data and then Exctract Datatable

every time i scroll to last data ,50 more data gets displayed.

I assume that the data is infinite?
if yes,
what is your goals then?

its not infinite but there might be data upto 2k or 3k, we dont know the exact count excluding the count we have to download all the files.

I have case like that,
I just Scroll down until Some element Exist,
this Element just exist if you are in the last data.
So you have to know what element is exist if you are at the end of the data