Create a dedicated endpoint to return relevant videos for the "related videos" section.
Endpoint: GET /videos/:id/related
Query (priority order):
- Same creator + overlapping tags
- Different creators + overlapping tags
- Fallback: random videos
Input: video id (from params)
Output: List of videos (with pagination)
Create a dedicated endpoint to return relevant videos for the "related videos" section.
Endpoint: GET /videos/:id/related
Query (priority order):
Input: video id (from params)
Output: List of videos (with pagination)