hasMany(PhotoJob::class)->with('setting')->orderBy('photo_setting_id'); } public function selectedJob(): BelongsTo { return $this->belongsTo(PhotoJob::class, 'selected_job_id'); } }