belongsTo(User::class); } public function sessions() { return $this->hasMany(UserBreathingSession::class, 'template_id'); } }