'integer', 'estimated_duration_at_stop_minutes' => 'integer', ]; } public function route(): BelongsTo { return $this->belongsTo(Route::class); } public function dropOffPoint(): BelongsTo { return $this->belongsTo(DropOffPoint::class); } }