How to make a Show More button for a CMS collection list?

Hello! How can I make a button to show more in the plasmic cms collection list? I want to set a limit of 15 items and by pressing the button to show 15 more items and so on until all of them are over?

To do this you will need to rely on code components for now. You can for instance wrap the CMS fetcher component and pass it a specific value for the limit.

ok