select('name')->orderBy('id'); } /** * @return int */ public function chunkSize(): int { return 10; } }