*/ protected function casts(): array { return [ 'date' => 'date', 'onboarded_count' => 'integer', 'stuck_count' => 'integer', 'stuck_pct' => 'float', ]; } }