There isn't a specific OData field for total completed hours.
However, you can use the Actual Hours in the LearningPlanComponents table and then total up the hours per learner. One way to do this is to use the "Group By" function in the Power Query Editor, grouping by LearnerId and ProgramID, and then calculating the sum of the ActualHours.