when we query from parent -> child (i.e. from Opportunity to OpportunityLineItem), we don’t store field information from the OpportunityLineItem on the Opportunity object. They are stored on the OpportunityLineItem object, and because an Opportunity can have more than one line item, they are stored in a List.
when we query from parent -> child (i.e. from Opportunity to OpportunityLineItem), we don’t store field information from the OpportunityLineItem on the Opportunity object.