belongsTo(Source::class); } public function topics() { return $this->belongsToMany(Topic::class); } }