'boolean', 'clicked_at' => 'datetime', ]; public function shortLink(): BelongsTo { return $this->belongsTo(ShortLink::class); } }