'date', 'availability' => 'float', ]; public function teamMember(): BelongsTo { return $this->belongsTo(TeamMember::class); } }