Get content by CID (alias for get method)
Future<Uint8List?> cat(String cid) async { return await get(cid); }