Context: I’m developing a website using React and WordPress as a headless CMS using the REST API. I’m currently piping content data from my old blog: https://jackalope.tech/blog I am noticing some inconsistencies between posts. Some of these posts were written wright after Gutenberg came out and some were written much later. On earlier posts I see <figure class="wp-image-block"> but on newer posts I see <div class="wp-image-block"> <figure> Has there been a change to the image block and if so, why?