How does xdata handle Mysql Longtext field types

I have a couple of tables with field type of Longtext in them, used for storing memos etc. In the json for these fields in has substituted he data with the table and and a proxy message (eg. mat_prc(91606)/MarketNotes)

Should I convert longtext fields to something else or is there another way to handle these.

Thank you

Richard

That's how BLOBs work in XData. It's explained in the documentation here:

https://doc.tmssoftware.com/biz/xdata/guide/aurelius.html#addressing-streams-blobs

Alternatively you can use this approach if you don't mind about lazy loading: