SELECT COUNT(*) as total_flags FROM moderation_flags; SELECT flag_reason, status, created_at FROM moderation_flags ORDER BY created_at DESC;