$self->SUPER::enqueue({
job_size => Koha::Import::Records->search({ import_batch_id => $args->{import_batch_id} })->count,
job_args => $args,
queue => 'long_tasks',
});
}
job_size => 0, # TODO Unknown for now?
-