'datetime', ]; /** * Get the User's goals. */ public function goals(): HasMany { return $this->hasMany(Goal::class); } }