@ -47,6 +47,7 @@ async def get_all(
Select(OverhaulActivity)
.where(OverhaulActivity.overhaul_scope_id == overhaul_session_id)
.options(joinedload(OverhaulActivity.equipment))
.options(selectinload(OverhaulActivity.overhaul_scope))
)
if assetnum: