*/ use HasFactory; public function channels(): HasMany { return $this->hasMany(Channel::class); } }