hasMany(Video::class, 'course_chapter_id', 'id'); } public function course() { return $this->belongsTo(Course::class)->select(['id', 'title']); } }