We're working on some new functionality for the Journal feature, and one thing that may be happening is moving some of the text blobs (particularly the "bio", "notes" and "gmnotes" fields) off of our real-time sync system and onto a different system. What this would mean for API scripts is that you wouldn't be able to access those properties anymore (or at least, it would require some sort of separate function to fetch the value asynchronously). So I'm just curious who, if anyone, is making use of these properties in current API scripts and in what way. I'll then use that info to determine how to move forward in adapting the API to this change if it should come to pass.