table.total('REPOSITORY', {
      printer: function() { 
        return table.rows.length + ' ' + (table.rows.length > 1 ? 'images' : 'image');
      }
    });