- Add new API models for title details and seasons in `models/api/title.ts`
- Create common, movie, and series metadata schemas in `models/internals/metadata/`
- Implement title router with endpoints for details and season episodes in `routes/title.ts`
- Update main.ts to include the new title routes
This introduces functionality to fetch detailed information about movies and series, including cast, crew, genres, and episode data for series.