[object Object]

← back to Dw Image Shrink

Contrarian FIX-FIRST → pivot to Shopify-authoritative used_in:none unused-file set

ee456ca00220f6fb70d53f6095fbd502e86ba239 · 2026-07-29 10:08:35 -0700 · steve

Files touched

Diff

commit ee456ca00220f6fb70d53f6095fbd502e86ba239
Author: steve <steve@designerwallcoverings.com>
Date:   Wed Jul 29 10:08:35 2026 -0700

    Contrarian FIX-FIRST → pivot to Shopify-authoritative used_in:none unused-file set
---
 files-unused.js           | 26 ++++++++++++++++++++++
 gated-imageless-all.jsonl | 20 +++++++++++++++++
 purge-deleted.jsonl       | 55 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 101 insertions(+)

diff --git a/files-unused.js b/files-unused.js
new file mode 100644
index 0000000..c8a7551
--- /dev/null
+++ b/files-unused.js
@@ -0,0 +1,26 @@
+// Enumerate files Shopify itself marks UNREFERENCED (query: "used_in:none") — its
+// own reference tracking across products, content, themes, metaobjects, checkout,
+// email, everything. This is the AUTHORITATIVE safe-to-delete set. Writes
+// unused-files.jsonl + prints total GB. READ-ONLY. Uses THEME token (read access).
+import fs from 'fs';
+import https from 'https';
+const SHOP='designer-laboratory-sandbox.myshopify.com';
+const TOK=fs.readFileSync('/Users/macstudio3/Projects/secrets-manager/.env','utf8').split('\n').find(l=>l.startsWith('SHOPIFY_THEME_TOKEN=')).split('=').slice(1).join('=').replace(/["' ]/g,'');
+const DIR='/Users/macstudio3/Projects/dw-image-shrink';
+const sleep=ms=>new Promise(r=>setTimeout(r,ms));
+function gql(query){return new Promise((res,rej)=>{const body=JSON.stringify({query});const req=https.request({method:'POST',host:SHOP,path:'/admin/api/2024-10/graphql.json',headers:{'X-Shopify-Access-Token':TOK,'Content-Type':'application/json','Content-Length':Buffer.byteLength(body)}},r=>{let d='';r.on('data',c=>d+=c);r.on('end',()=>{try{res(JSON.parse(d))}catch(e){res({errors:[{message:d.slice(0,120)}]})}});});req.on('error',rej);req.write(body);req.end();});}
+const Q=(c)=>`{ files(first: 250, query: "used_in:none"${c?`, after: "${c}"`:''}) { pageInfo{ hasNextPage endCursor } edges{ node{ __typename id ... on MediaImage{ originalSource{ fileSize } image{ url } } ... on GenericFile{ originalFileSize url } ... on Video{ originalSource{ fileSize } filename } } } } }`;
+const out=fs.createWriteStream(DIR+'/unused-files.jsonl');
+let cursor=null,page=0,n=0,bytes=0; const byType={};
+while(true){
+  let r; for(let a=0;a<6;a++){ r=await gql(Q(cursor)); if(r.errors&&/throttl/i.test(JSON.stringify(r.errors))){await sleep(2000);continue;} break; }
+  if(r.errors){ console.error('ERR',JSON.stringify(r.errors).slice(0,160)); break; }
+  const conn=r.data.files;
+  for(const e of conn.edges){ const nd=e.node; const size=nd.__typename==='GenericFile'?(nd.originalFileSize||0):(nd.originalSource&&nd.originalSource.fileSize)||0; const url=nd.__typename==='GenericFile'?nd.url:(nd.image&&nd.image.url)||nd.filename||''; out.write(JSON.stringify({id:nd.id,type:nd.__typename,size:+size,url})+'\n'); n++; bytes+=+size; byType[nd.__typename]=(byType[nd.__typename]||0)+1; }
+  page++; if(page%20===0) console.log(`  page ${page} | unused ${n} | ${(bytes/1073741824).toFixed(1)}GB`);
+  if(!conn.pageInfo.hasNextPage) break; cursor=conn.pageInfo.endCursor;
+  const c=r.extensions&&r.extensions.cost&&r.extensions.cost.throttleStatus; await sleep(c&&c.currentlyAvailable<400?800:150);
+}
+out.end();
+console.log(`DONE: ${n} UNUSED files = ${(bytes/1073741824).toFixed(2)} GB | by type: ${JSON.stringify(byType)}`);
+console.log('→ unused-files.jsonl (Shopify-authoritative safe-to-delete set)');
diff --git a/gated-imageless-all.jsonl b/gated-imageless-all.jsonl
index 53e1444..6f24671 100644
--- a/gated-imageless-all.jsonl
+++ b/gated-imageless-all.jsonl
@@ -91,3 +91,23 @@
 {"id":"gid://shopify/Product/7821784416307","handle":"brescia-panna-fentucci-naturals","prev":"active","ts":"2026-07-29T17:07:57.235Z"}
 {"id":"gid://shopify/Product/7821784449075","handle":"lecce-rame-fentucci-naturals","prev":"active","ts":"2026-07-29T17:07:58.820Z"}
 {"id":"gid://shopify/Product/7821784481843","handle":"matera-terracotta-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:00.254Z"}
+{"id":"gid://shopify/Product/7821784514611","handle":"sardegna-oro-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:01.689Z"}
+{"id":"gid://shopify/Product/7821784547379","handle":"trapani-alabastro-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:03.057Z"}
+{"id":"gid://shopify/Product/7821784580147","handle":"alessandria-cera-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:04.441Z"}
+{"id":"gid://shopify/Product/7821784612915","handle":"trento-latte-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:06.013Z"}
+{"id":"gid://shopify/Product/7821784645683","handle":"tivoli-ostrica-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:08.530Z"}
+{"id":"gid://shopify/Product/7821784678451","handle":"caserta-quarzo-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:09.996Z"}
+{"id":"gid://shopify/Product/7821784711219","handle":"rimini-tartufo-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:12.911Z"}
+{"id":"gid://shopify/Product/7821784743987","handle":"toscana-oro-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:14.585Z"}
+{"id":"gid://shopify/Product/7821784776755","handle":"amalfi-alabastro-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:16.265Z"}
+{"id":"gid://shopify/Product/7821784842291","handle":"capri-cera-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:17.685Z"}
+{"id":"gid://shopify/Product/7821784875059","handle":"siena-latte-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:19.255Z"}
+{"id":"gid://shopify/Product/7821784907827","handle":"portofino-ostrica-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:20.922Z"}
+{"id":"gid://shopify/Product/7821784940595","handle":"venezia-quarzo-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:22.332Z"}
+{"id":"gid://shopify/Product/7821784973363","handle":"firenze-tartufo-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:23.835Z"}
+{"id":"gid://shopify/Product/7821785006131","handle":"roma-lino-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:25.208Z"}
+{"id":"gid://shopify/Product/7821785038899","handle":"milano-perla-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:26.649Z"}
+{"id":"gid://shopify/Product/7821785071667","handle":"napoli-cenere-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:28.276Z"}
+{"id":"gid://shopify/Product/7821785104435","handle":"verona-iuta-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:30.166Z"}
+{"id":"gid://shopify/Product/7821785137203","handle":"genova-onda-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:31.681Z"}
+{"id":"gid://shopify/Product/7821785169971","handle":"como-pomice-fentucci-naturals","prev":"active","ts":"2026-07-29T17:08:33.344Z"}
diff --git a/purge-deleted.jsonl b/purge-deleted.jsonl
index 0b18964..2c7f103 100644
--- a/purge-deleted.jsonl
+++ b/purge-deleted.jsonl
@@ -11164,3 +11164,58 @@
 {"image_id":31865705070643,"product_id":7421943152691,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3698_712_e5eab366-bf0a-4217-bef4-3db5c15a8582.jpg?v=1726250895","http":200,"ts":"2026-07-29T17:07:59.765Z"}
 {"image_id":4178580897904,"product_id":1498821623920,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/0c6081abbb3cd84283db3c434d947b65.jpg?v=1572310018","http":404,"ts":"2026-07-29T17:08:00.257Z"}
 {"image_id":4178581356656,"product_id":1498821754992,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/6173c0abcf1a6e5b790e2256d132686e.jpg?v=1572310018","http":404,"ts":"2026-07-29T17:08:00.744Z"}
+{"image_id":36930325807155,"product_id":7793947279411,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BAC117.jpg?v=1772819216","http":200,"ts":"2026-07-29T17:08:01.364Z"}
+{"image_id":36930337341491,"product_id":7793952817203,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BAC111.jpg?v=1772819407","http":200,"ts":"2026-07-29T17:08:01.960Z"}
+{"image_id":28307249659955,"product_id":6611276595251,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.20.14AM.png?v=1633713766","http":200,"ts":"2026-07-29T17:08:02.592Z"}
+{"image_id":28307248971827,"product_id":6611276595251,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.20.29AM.png?v=1633713749","http":200,"ts":"2026-07-29T17:08:03.188Z"}
+{"image_id":28307216826419,"product_id":6611274498099,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.04.56AM.png?v=1633712776","http":200,"ts":"2026-07-29T17:08:03.798Z"}
+{"image_id":28307218890803,"product_id":6611274498099,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.05.20AM.png?v=1633712832","http":200,"ts":"2026-07-29T17:08:04.392Z"}
+{"image_id":28307259686963,"product_id":6611277250611,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.25.41AM.png?v=1633714064","http":200,"ts":"2026-07-29T17:08:05.013Z"}
+{"image_id":28307258277939,"product_id":6611277250611,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at10.26.28AM.png?v=1633714017","http":200,"ts":"2026-07-29T17:08:05.625Z"}
+{"image_id":28307152994355,"product_id":6611269550131,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at9.33.33AM.png?v=1633710840","http":200,"ts":"2026-07-29T17:08:06.236Z"}
+{"image_id":28307151224883,"product_id":6611269550131,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at9.29.08AM.png?v=1633710796","http":200,"ts":"2026-07-29T17:08:06.837Z"}
+{"image_id":28307146178611,"product_id":6611269550131,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/ScreenShot2021-10-08at9.28.59AM.png?v=1633710602","http":200,"ts":"2026-07-29T17:08:07.581Z"}
+{"image_id":31825906401331,"product_id":7413686468659,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BR-71610_02_a3ffea1f-b9e7-4c5b-8570-91c3528c7d15.jpg?v=1725921132","http":200,"ts":"2026-07-29T17:08:08.230Z"}
+{"image_id":37134327414835,"product_id":7813313757235,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MI636_MI636_MI636.jpg?v=1775512452","http":200,"ts":"2026-07-29T17:08:08.875Z"}
+{"image_id":37134327447603,"product_id":7813313790003,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/MI637_MI637_MI637.jpg?v=1775512452","http":200,"ts":"2026-07-29T17:08:09.543Z"}
+{"image_id":28293798330419,"product_id":6609158537267,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17924114.jpg?v=1747078375","http":200,"ts":"2026-07-29T17:08:10.178Z"}
+{"image_id":28293798363187,"product_id":6609158537267,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17924114-2_66978524-3823-4f03-87b5-29c9abeb74e2.jpg?v=1747078375","http":200,"ts":"2026-07-29T17:08:10.791Z"}
+{"image_id":28293798395955,"product_id":6609158537267,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17924114-3_9dc70f81-b2fa-45e1-9baf-9c8f839e5136.jpg?v=1747078375","http":200,"ts":"2026-07-29T17:08:11.514Z"}
+{"image_id":28293798428723,"product_id":6609158537267,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/SO17924114-4_13306a87-7b10-4517-97dd-4d3611315e96.jpg?v=1747078375","http":200,"ts":"2026-07-29T17:08:12.155Z"}
+{"image_id":31898395836467,"product_id":7421438328883,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WTK22000_WT_1acb1df9-be4c-4a5f-8282-7f04deaceba1.jpg?v=1753307491","http":200,"ts":"2026-07-29T17:08:12.773Z"}
+{"image_id":31898396065843,"product_id":7421438492723,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/WTK22000P_WT_d95924e7-e428-4c22-a641-8551f447f65c.jpg?v=1753307488","http":200,"ts":"2026-07-29T17:08:13.428Z"}
+{"image_id":14849107230771,"product_id":4720969154611,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/FL-050-CM1-2T.jpg?v=1606017173","http":200,"ts":"2026-07-29T17:08:14.214Z"}
+{"image_id":14241426931763,"product_id":4485235933235,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/JP_00024485_DWC.jpg?v=1589936309","http":200,"ts":"2026-07-29T17:08:14.938Z"}
+{"image_id":14241426800691,"product_id":4485235867699,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/JP_00014485_DWC.jpg?v=1589936308","http":200,"ts":"2026-07-29T17:08:15.648Z"}
+{"image_id":14241427062835,"product_id":4485235998771,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/JP_00034485_DWC.jpg?v=1589936311","http":200,"ts":"2026-07-29T17:08:16.313Z"}
+{"image_id":36898298134579,"product_id":7790936719411,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BAHARA-CAMACHA.jpg?v=1772557647","http":200,"ts":"2026-07-29T17:08:16.903Z"}
+{"image_id":36898298167347,"product_id":7790936719411,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JD-BAHARA-CAMACHA-hotel-lobby.png?v=1772557647","http":200,"ts":"2026-07-29T17:08:17.518Z"}
+{"image_id":36898299510835,"product_id":7790937309235,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BAHARA-HAVILAND.jpg?v=1772557660","http":200,"ts":"2026-07-29T17:08:18.177Z"}
+{"image_id":36898299543603,"product_id":7790937309235,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JD-BAHARA-HAVILAND-hotel-lobby.png?v=1772557660","http":200,"ts":"2026-07-29T17:08:18.828Z"}
+{"image_id":36898299969587,"product_id":7790937342003,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BAHARA-MARTINA.jpg?v=1772557666","http":200,"ts":"2026-07-29T17:08:19.453Z"}
+{"image_id":36898300002355,"product_id":7790937342003,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/JD-BAHARA-MARTINA-conference-room.png?v=1772557666","http":200,"ts":"2026-07-29T17:08:20.056Z"}
+{"image_id":36185718784051,"product_id":6944734117939,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/T35143.jpg?v=1762233309","http":200,"ts":"2026-07-29T17:08:20.689Z"}
+{"image_id":36185718816819,"product_id":6944734117939,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GraphicResource-Bahia.jpg?v=1762233311","http":200,"ts":"2026-07-29T17:08:21.313Z"}
+{"image_id":36719878799411,"product_id":6944734117939,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/GraphicResource-Bahia_be04ff56-fc4f-4773-8dc8-e5e0eccd03d2.jpg?v=1770340019","http":200,"ts":"2026-07-29T17:08:21.979Z"}
+{"image_id":30152530591795,"product_id":6944734150707,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T35144_6dbe5e19-7f3c-4ec9-8978-784a24cbf7da.jpg?v=1733893466","http":200,"ts":"2026-07-29T17:08:22.618Z"}
+{"image_id":37111177510963,"product_id":6944734150707,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-living_room-t35144.jpg?v=1775149955","http":200,"ts":"2026-07-29T17:08:23.236Z"}
+{"image_id":37500060106803,"product_id":6944734412851,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/T35141_49da3f26-9431-419c-b0fd-ab4092d865be.jpg?v=1781203124","http":200,"ts":"2026-07-29T17:08:23.906Z"}
+{"image_id":30152529936435,"product_id":6944734085171,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/products/T35142_ea8998c2-18c1-4a30-890d-5f17c3991340.jpg?v=1733893471","http":200,"ts":"2026-07-29T17:08:24.543Z"}
+{"image_id":37111174922291,"product_id":6944734085171,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/room-living_room-t35142.jpg?v=1775149926","http":200,"ts":"2026-07-29T17:08:25.145Z"}
+{"image_id":36930325413939,"product_id":7793946951731,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/COS210.jpg?v=1772819208","http":200,"ts":"2026-07-29T17:08:25.786Z"}
+{"image_id":31865706348595,"product_id":7421943906355,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_5_60dd1567-bd01-4b5f-ac0a-bc11d67149a9.jpg?v=1726250916","http":200,"ts":"2026-07-29T17:08:26.372Z"}
+{"image_id":31865706283059,"product_id":7421943840819,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_4_b84a97b8-18fd-47db-b02b-2fe4c074a4b4.jpg?v=1726250914","http":200,"ts":"2026-07-29T17:08:26.979Z"}
+{"image_id":31865706217523,"product_id":7421943808051,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_3_09781fcd-1e9e-4b7f-aa9f-20c9203cf78e.jpg?v=1726250912","http":200,"ts":"2026-07-29T17:08:27.628Z"}
+{"image_id":31865706184755,"product_id":7421943742515,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_197_d14f0295-e24a-43ec-8a24-902d2a3d59ad.jpg?v=1726250911","http":200,"ts":"2026-07-29T17:08:28.231Z"}
+{"image_id":31865705889843,"product_id":7421943611443,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_11_4b9f93f6-5e96-4688-a9b4-4aec183e8301.jpg?v=1726250907","http":200,"ts":"2026-07-29T17:08:28.954Z"}
+{"image_id":31865705922611,"product_id":7421943676979,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/BFC-3700_16_4c75a375-8861-481d-aeb6-ab0073a5bd67.jpg?v=1726250909","http":200,"ts":"2026-07-29T17:08:29.565Z"}
+{"image_id":36884758069299,"product_id":7789355204659,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/DIG_770061_IMG_0192.jpg?v=1772246027","http":200,"ts":"2026-07-29T17:08:30.203Z"}
+{"image_id":37148653223987,"product_id":1496209916016,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44001-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701937","http":404,"ts":"2026-07-29T17:08:30.705Z"}
+{"image_id":37148653322291,"product_id":1496210178160,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44002-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701941","http":404,"ts":"2026-07-29T17:08:31.203Z"}
+{"image_id":37148653387827,"product_id":1496210210928,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44003-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701944","http":404,"ts":"2026-07-29T17:08:31.686Z"}
+{"image_id":37148653518899,"product_id":1496210342000,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44004-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701948","http":404,"ts":"2026-07-29T17:08:32.183Z"}
+{"image_id":37148653584435,"product_id":1496210604144,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44005-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701951","http":404,"ts":"2026-07-29T17:08:32.669Z"}
+{"image_id":37148653715507,"product_id":1496210833520,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44006-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701954","http":404,"ts":"2026-07-29T17:08:33.188Z"}
+{"image_id":37148654501939,"product_id":1496211161200,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44007-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701958","http":404,"ts":"2026-07-29T17:08:33.731Z"}
+{"image_id":37148654665779,"product_id":1496211357808,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44008-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701961","http":404,"ts":"2026-07-29T17:08:34.219Z"}
+{"image_id":37148654764083,"product_id":1496211554416,"cat":"A","status":"archived","src":"https://cdn.shopify.com/s/files/1/0015/4117/7456/files/xbg-44009-sample-baja-grasscloth-vinyl-hollywood-wallcoverings.jpg?v=1775701965","http":404,"ts":"2026-07-29T17:08:34.724Z"}

← edfd874 auto-save: 2026-07-29T10:07:58 (7 files) — orphan-diff.js pu  ·  back to Dw Image Shrink  ·  Unused set final: 386,736 files/211GB (used_in:none, 99% mat e7bc3b7 →