Hi,
for an omeka installation we are developing a custom front end. For that I planned to get all the data using the API. For the entry page I’m looking to display a bigger number of items with their thumbnails. Unfortunately from what I can see, that means making individual API requests to the /files end point for each item to get the file URLs, which takes a very long time, around 1 minute for 24 items. This makes displaying an overview of many items with their thumbnails prohibitively slow. Is there a way to get the files for more than one item with one request, or to include file URLs them in the initial API response at the /items end point?
Many thanks!