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