When we open Products page app.revenuecat.com/projects/PROJECT_ID/products, it only reveals the first 1000 products.
On this page this call to internal API happens api.revenuecat.com/internal/v1/developers/me/projects/PROJECT_ID/products. Seems like there is a limit (1000).
In our case we have more than 1000 products across many of our apps (76) inside one project.
Any suggestions on what we could do with this? Maybe there is a way to paginate the results of this API call?