IpfsFileStats: {
    blocks?: number;
    size?: number | bigint;
    sizeLocal?: number | bigint;
    type: "file" | "directory" | "raw";
}