const factory Blob({ @Default('blob') String $type, required String mimeType, required int size, required BlobRef ref, }) = _Blob;