ngrx/entity pagination selector: configuring page‑size validation
Goal: ensure that the pagination selector created with createPaginationSelector validates that the supplied page size is a positive integer before slicing the entity map. Currently the selector accepts any number; zero or negative produce an empty slice, and excessively large page sizes cause unnecessary work. This silent behavior can hide bugs in UI compone