'array', ]; protected $hidden = [ 'access_token', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } }