belongsTo(Course::class); } public function lessonSections() { return $this->hasMany(LessonSection::class)->orderBy('order'); } }