GoalType::class, 'target' => 'integer', 'period' => GoalPeriod::class, 'is_active' => 'boolean', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } }