<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ballooning Feature Layer Size in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670983#M67289</link>
    <description>&lt;P&gt;Throwing things at the wall, here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/problem-hosted-feature-service-size-increases-continuou-000015797" target="_blank"&gt;Problem: Hosted Feature Service Size Increases Continuously&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 20:26:06 GMT</pubDate>
    <dc:creator>D_Atkins</dc:creator>
    <dc:date>2025-12-05T20:26:06Z</dc:date>
    <item>
      <title>Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670960#M67288</link>
      <description>&lt;P&gt;We have a feature layer that over the past couple days has ballooned in size with no reasonable explanation I can find.&lt;/P&gt;&lt;P&gt;This feature layer contains approximately 11k line features and less than 10 fields. Every 10 minutes the feature layer has all rows deleted and replaced using a feature set and the Python API.&lt;/P&gt;&lt;P&gt;This morning I manually overwrote the feature layer, and the item size was around 5MB.&amp;nbsp; A few hours later, the item has ballooned in size to 250MB!?!&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The feature layer does NOT have editing enabled, no associated views, no extra indexes, does NOT have optimize layer drawing enabled, and no attachments.&lt;/P&gt;&lt;P&gt;Is there any reasonable explanation for why this feature layer continues to balloon in size?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 19:33:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670960#M67288</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-05T19:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670983#M67289</link>
      <description>&lt;P&gt;Throwing things at the wall, here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/problem-hosted-feature-service-size-increases-continuou-000015797" target="_blank"&gt;Problem: Hosted Feature Service Size Increases Continuously&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 20:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670983#M67289</guid>
      <dc:creator>D_Atkins</dc:creator>
      <dc:date>2025-12-05T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670990#M67290</link>
      <description>&lt;P&gt;Editing is not enabled, sync not enabled.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 20:39:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1670990#M67290</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-05T20:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671051#M67291</link>
      <description>&lt;P&gt;I don't have an explanation, but maybe something to try.&amp;nbsp; If you're currently using deleteFeatures() or editFeatures() in the API, see whether it still happens if you switch to FeatureLayerManager.truncate().&lt;/P&gt;</description>
      <pubDate>Sat, 06 Dec 2025 05:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671051#M67291</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2025-12-06T05:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671117#M67292</link>
      <description>&lt;P&gt;Do you see any noticeable increase in AGOL credit use due to the increased hfl size?&lt;/P&gt;&lt;P&gt;Do you have other hfls with the same workflow that exhibit this behavior?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Dec 2025 17:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671117#M67292</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2025-12-07T17:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671262#M67296</link>
      <description>&lt;P&gt;I was curious about the same, so I created a script that pulls the size of some of our hosted feature layers. It includes a mix of those that we update via publishing a file geodatabase, and those that we update via deleting/adding features.&lt;/P&gt;&lt;P&gt;The feature layers that are published from a file geodatabase do NOT show increased item size. Those that are updated using delete/add features DO show increased item size even though the number of features is NOT increasing proportional to their shown size.&lt;/P&gt;&lt;P&gt;We ARE seeing this ballooning reflected in our credit usage.&lt;/P&gt;&lt;P&gt;Below are some charts displaying what we're seeing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 1: This feature layer is updated every 30 minutes using delete/add features. On Friday afternoon the size of the feature layer was about 17-18MB. It is now showing about 45MB.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The number of features and populated fields in this feature layer remains relatively consistent.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_0-1765209020012.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144997i3DE1D5CC9F0F4EE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_0-1765209020012.png" alt="mpboyle_0-1765209020012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 2: This feature layer is updated every 2 minutes using delete/add features. On Friday afternoon the size of the feature layer was about 2MB. It is now showing about 7MB.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The number of features in this feature layer does oscillate but is likely never above 40 features.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_1-1765209133000.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144998i108CA0920F76D993/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_1-1765209133000.png" alt="mpboyle_1-1765209133000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 3: This feature layer is updated once a day by publishing a file geodatabase. The size remains consistent.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_2-1765209256645.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145000i38F177EB964A0786/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_2-1765209256645.png" alt="mpboyle_2-1765209256645.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 4: Below is snapshot of our available credits near the end of the day for the past few days (the DateValue field is set to noon UTC for our time zone).&amp;nbsp; The "CreditsUsed" field is calculated from the previous day's value.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We first noticed one of our hosted feature layers ballooning in size on Friday, 12/5/2025.&amp;nbsp; Once we noticed it, I changed this feature layer to be updated via publishing a file geodatabase.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can see the noticeable bump in credit usage on Thursday, 12/4, and Friday, 12/5.&amp;nbsp; Once the feature layer in question was changed to be updated via a file geodatabase, the credit usage remained steady on Saturday, 12/6 and Sunday, 12/7.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_3-1765209361141.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145001iA2CA49F7B1D6B171/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_3-1765209361141.png" alt="mpboyle_3-1765209361141.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really like an explanation from someone at Esri as to why this is happening (apologies to the Esri staff I tagged, you all showed up as top collaborators).&lt;BR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/585739"&gt;@EmilyGeo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/17874"&gt;@RussRoberts&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/567"&gt;@George_Thompson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 16:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671262#M67296</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-08T16:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671286#M67297</link>
      <description>&lt;P&gt;This is something that I would work with technical support on. I do not have any visibility behind the scenes and how the size is calculated or why it is increasing in your case.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 16:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671286#M67297</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-12-08T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671385#M67302</link>
      <description>&lt;P&gt;I have struggled with this ever since we started using ArcGIS Online back in 2018, but recently it seems like it has gotten worse over the past couple of years and sometimes fixes that worked before don't always work now.&lt;/P&gt;&lt;P&gt;(I already have a case open under another account for this issue with a specific feature service that is sitting at over 1GB of feature data and 59GB of attachments that refuses to shrink, and attempts to overwrite the feature service through ArcGIS Pro were unsuccessful, but enough about that).&lt;/P&gt;&lt;P&gt;I always noticed this with layers that were updated via FME Desktop or FME Server (which just use the REST APIs behind the scenes). Usually I can eventually trim it down by removing all editing tracking, disabling offline access, and within the REST Admin page removing all replicas, removing and trimming the change tracking, and compressing the feature service.&lt;/P&gt;&lt;P&gt;But like you said, you don't have offline or editing enabled. I suspect that they are building in and using a lot more change-tracking tables behind the scenes, even when the "Keep Track of changes to the data" is supposedly disabled within the Feature Service settings page... but I don't have much proof to support that theory...&lt;/P&gt;</description>
      <pubDate>Mon, 08 Dec 2025 20:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671385#M67302</guid>
      <dc:creator>troyf_PTC</dc:creator>
      <dc:date>2025-12-08T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671620#M67317</link>
      <description>&lt;P&gt;I was aware of the &lt;A href="https://developers.arcgis.com/rest/services-reference/online/truncate-feature-layer/" target="_blank" rel="noopener"&gt;truncate method within the FeatureLayerManager&lt;/A&gt; and was hesitant to use it due to its restrictions, outlined &lt;A href="https://developers.arcgis.com/rest/services-reference/online/truncate-feature-layer/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. However, I did change one of our scripts to use this rather than FeatureLayer.delete_features to see if it provided any change. And...it seems to have done the job!&lt;/P&gt;&lt;P&gt;I made the change to this script around 11:30AM, and by about 1PM the feature layer showed a substantial reduction in item size, see first graph below. The item size looks to have remained consistent since making the change to use FeatureLayerManager.truncate.&lt;/P&gt;&lt;P&gt;In the second graph below is one of our hosted feature layers that's still using FeatureLayer.delete_features. You can see this feature layer continues to grow in item size.&lt;/P&gt;&lt;P&gt;I won't speculate on what's being done behind the scenes by Esri, but it does seem that using the truncate method flushes/resets/removes something that the delete_features method is not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 1: Hosted feature layer changed to using FeatureLayerManager.truncate at around 11:30AM on 12/8/2025. Substantial drop in item size noticed around 1PM and item size looks to remain consistent.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_0-1765291293636.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145099i122B1959A262414F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_0-1765291293636.png" alt="mpboyle_0-1765291293636.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example 2: Hosted feature layer still using FeatureLayer.delete_features and the item size continues to grow.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_1-1765291434915.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145100iA1A69D25EDAF5143/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_1-1765291434915.png" alt="mpboyle_1-1765291434915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 15:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671620#M67317</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-09T15:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671641#M67318</link>
      <description>&lt;P&gt;From my experience with on-prem data in file gdbs and enterprise gdbs, Truncate is much better than Delete_Features as it seems to keep data compressed.&amp;nbsp; I tried to update a fairly large line feature class using Delete_Features every 5 minutes and after a few days the feature class slowed to a crawl.&amp;nbsp; Once I applied the Truncate method, the performance stayed consistent as well as the file size.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 16:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671641#M67318</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2025-12-09T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671652#M67319</link>
      <description>&lt;P&gt;Yea, when we're doing anything with internal datasets (ex: file gdb or enterprise gdb), we use truncate over deleting features. Makes sense to use it with feature layers too.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 16:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671652#M67319</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-09T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671660#M67321</link>
      <description>&lt;P&gt;So based on this behavior, when would anyone not want to use Truncate instead of&amp;nbsp;&lt;SPAN&gt;Delete_Features?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 16:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671660#M67321</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2025-12-09T16:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671678#M67324</link>
      <description>&lt;P&gt;I can see scenarios where you may just want to delete certain features using a where clause. For example, we have a hosted feature layer that stores point-in-time data and has data written to it every 5 minutes. Once the data is written, it's not going to change, so there's not really a point in deleting all rows and replacing them. However, at some point we do want to trim the data within the feature layer, so we use delete_features to delete those feature older than a certain date. The graph below shows the item size for thisparticular feature layer. It's still growing over time, but at a much slower rate...possibly (likely?) because we aren't removing ALL features when it's updated, but rather deleting features once a day based on the date value.&lt;/P&gt;&lt;P&gt;If you're going to be replacing ALL features within a hosted feature layer, I think this makes the case to use truncate over delete_features.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_0-1765299623565.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145110i4E9BD60D11486279/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_0-1765299623565.png" alt="mpboyle_0-1765299623565.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 17:01:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671678#M67324</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-09T17:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671682#M67325</link>
      <description>&lt;P&gt;I know in my case (rural utility telecom), we started out truncating everything every night. But it had an impact on offline workflows and speed/efficiency for offline map syncing for our users, since it essentially deleted and re-populated the entire layers with the new GlobalIDs. And some things we just need creation and editor tracking and things like that, which get reset when the feature is re-created. And God forbid that a user made offline edits and didn't sync it before EoD. So for me it's always a balancing act between maintenance cost (ie: credit usage and performance and time spent on data administration) vs the stakeholder user experience, especially the mobile workers (utility locators, construction crews, field technicians) which tend to get frustrated easily.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 17:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671682#M67325</guid>
      <dc:creator>troyf_PTC</dc:creator>
      <dc:date>2025-12-09T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ballooning Feature Layer Size</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671695#M67327</link>
      <description>&lt;P&gt;There are some limitations to the FeatureLayerManager.truncate method, which are shown below (REST docs found &lt;A href="https://developers.arcgis.com/rest/services-reference/online/truncate-feature-layer/" target="_blank" rel="noopener"&gt;here&lt;/A&gt;), one of them being sync enabled feature layers.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mpboyle_1-1765301441035.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/145113iCE316D1FD4F79239/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mpboyle_1-1765301441035.png" alt="mpboyle_1-1765301441035.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 17:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/ballooning-feature-layer-size/m-p/1671695#M67327</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2025-12-09T17:31:08Z</dc:date>
    </item>
  </channel>
</rss>

