'array', 'last_seen_at' => 'datetime']; public function device(): BelongsTo { return $this->belongsTo(Device::class); } }