Commit
d96c0322b2ab54b647bc10ccab9cfed4c21557ef
by senrapastorizabreixotsk43: Adds pagination support to story exploration
Implemented pagination in the story exploration view (Explore.xhtml)
with dynamic page size options and navigation controls. Updated
StoryService, ExploreBean, and their corresponding tests to handle
pagination. Modified REST endpoint to include `page` and `size` query
parameters.