return true;
} if ($batchNum === 0
) { // we only clear the screen when we actually have some unused media
$cursor->
clearScreen();
} $totalCount += \
count($medias);
$cursor->
moveToPosition(0, 0
);
$cursor->
clearOutput();
$io->
title( sprintf( 'Files that will be deleted: Page %d. Records: %d - %d',
$batchNum + 1,
($batchNum * 20
) + 1,
$batchNum * 20 + \
count($medias) ) );
$io->
table( ['Filename', 'Title', 'Uploaded At', 'File Size'
],