IAV-506/add FAQ pagination and statistics endpoints
- Create GET /faqs endpoint with pagination support (page, pageSize)
- Add category and search query parameters with null/empty handling
- Implement GET /faqs/statistics endpoint returning totalFaqs and lastUpdated
- Update Faq repository query to handle optional search and category filters
- Add @Param annotations for all query parameters
Closes IAV-506