belongsTo(User::class); } protected function casts(): array { return [ 'timestamp' => 'datetime', ]; } }