hasMany(VideoComments::class, "aid", "id"); } public function programs(): \Illuminate\Database\Eloquent\Relations\HasManyThrough { return $this->hasManyThrough(Programs::class, ProgramVideos::class, "video_bvid", "bvid", "id", "program_id"); } }