'datetime', 'cache_expires_at' => 'datetime', ]; } public function vehicleRecord(): BelongsTo { return $this->belongsTo(VehicleRecord::class); } }