Yeah that’s right - we don’t include raw
in the default response. It’s not needed for normal rendering, so including it would be kinda wasteful in terms of data-transfer/speed.
The best bet would be to make an extra ajax request when you need it. As you found, the checklist plugin is a good example of this.