chunk - The number of records to queue in a single job (Defaults to configuration value: `scout.chunk.searchable`) Optionalmax - The maximum ID to queue up to Optionalmin - The minimum ID to start queuing from Optionalqueue - The queue that should be used (Defaults to configuration value: `scout.queue.queue`) Optionalmodel - Class name of model to bulk queue Requiredphp artisan scout:queue-import [--min [MIN]] [--max [MAX]] [-c|--chunk [CHUNK]] [--queue [QUEUE]] [--] <model>