pub const BLOB_MERKLE_ATTRIBUTE_ID: u64 = 1;
For Blobs in Fxfs, we store the merkle tree at a well-known attribute. TODO(https://fxbug.dev/42073113): Is this the best place to store the merkle tree? What about inline with data?