Solutionunvalidated

Use `selectinload() `to eager-load the relationship — from sqlalchemy.orm import selectinload. Tension: lazy-loaded relationships like user_info.classes are being accessed in an async context.

b9faaae5-cb33-4e24-8988-135077a7995b

Use selectinload() to eager-load the relationship — from sqlalchemy.orm import selectinload. Tension: lazy-loaded relationships like user_info.classes are being accessed in an async context.