belongsTo(CustomFilter::class); } public function status() { return $this->belongsTo(Status::class); } }