IAV-539/integrate pagination and statistics in FAQ management
- Add pagination support to getAll API endpoint with page and pageSize parameters
- Implement category-based filtering with null/empty string handling
- Add FAQ statistics endpoint returning total count and last updated date
- Update frontend to display statistics and handle paginated results
- Improve search query to properly handle null search and category filters
Closes IAV-539