Hi Luke,I took the reference from Experiencing Adobe Experience Manager
- Day CQ: AEM 62 - Add Asset Count Column to List View, Show Asset Count
in Card V… And developed something as below snippet: (function ($,
$document) { "use strict"; var firstLoad = true,
COOKIE_AEM_ASSETS_LIST_VIEW_COLUMNS = "aem.assets.listview.columns",
EAEM_ASSETS_COUNT = "eaemAssetsCount", AUTO_PUBLISH= "auto-publish",
AUTO_UNPUBLISH= "auto-unpublish", AUTO_ARCHIVEDATE= "auto-archiveDate",
LAYOUT_LIST_VIEW = "list", DI...