for (const key in formatBEntry.a) {
        const propChanges = changes.filter(
            (change) =>
                change.property === key && change.propertyType === EntryPropertyType.Attribute
        );