Api connector max field to grab is 500? or database limited to 500? [solved]

i am trying to grab return api response random 1-9999 numbers as below and store in list of number field. When i display the data on a list only shown 500 entries. Is it the display list is limited to 500? how about data inside the database, is it 9999? or 500?

(Noted that I wanna check the entry but cant find this column in my database not sure why, so i try to display the data out to see it’s correct numbers.)

Anyone can help me on this ?

“sampledata”: [
2731,
5685,
5227,
5646,
4826,
6438,
5595,

9999
]

found a way to test this seem like it is display list limit to 500