FactMeta Per-fact metadata returned by FactStore.get_meta.
external is true when the fact is stored as a URL reference rather
than embedded bytes — callers may use this to decide whether to stream
vs load fully. The external URL itself is intentionally *not* exposed
here: reads go through get, which fetches and verifies hash↔bytes
internally, so handing out a live URL would bypass the verifiable-reads
contract. The URL surfaces only from delete, where the caller must
unlink the external resource.
content_type
type string | null
size
type number
created_at
type Date
external
type boolean