Is there a listbox max display limit?

I'm using the listbox.

It has mapped data to it. The code looks like:

{{selectProject.data[selectProject.selectedIndex].documents['pages'][i]}}

Above the listbox is a select component called selectProject. The idea is that the listbox will show all the pages in the document for the select project.

Now, what I am seeing is the listbox is only showing 15 results. The items with 'i' in the code has 300+ entries.

Is there a configuration I am missing?
Or is there a limit on listbox?

Thank you.

Dropping a bit more info here. I didn't get a chance to look into this.

What I would like to do is provide a list of files that a user can select. I was thinking the listbox would be great, as the table seemed too large and it is really only a singular text component per row. When the user select the item I'll have the image display and some stats regarding the file.

The attachment is an example of what I'm pulling from MongoDB, just a bit list of file names.

If there is a better route to achieve this, I'm open to guidance. Thank you.

Screen Shot 2022-09-15 at 9.46.29 PM

Coming back at this today, the listbox seems to be working as I expect now, able to list all the items I send to it. I've been tinkering with many things, so maybe it was a query or something bad. Not sure.