A seeded fixture post. It exists so the blog-card cover path has something real to render — a published post whose images are actual bytes in the blog-covers bucket, not just rows pointing at nothing.
Why the bytes matter
A storage row with no object behind it still resolves to a perfectly valid-looking public URL, because building that URL is a local string operation with no existence check. A card would render a broken image while every API assertion passed.