Removed complex JSON parsing logic for tags field. Now that sexy_recordings.tags is a json column type (matching sexy_videos), Directus/Knex handles the conversion automatically. Simple `tags || []` is sufficient. Related to gamification implementation where sexy_recordings.tags was changed from text[] to json type to match videos table implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>