IStorage.get() methodFetches data from storage. This method expects to fetch JSON formatted dataSignature:get(hash: string): Promise<Record<string, any>>;ParametersParameterTypeDescriptionhashstringThe Hash of the file to fetchReturns:Promise<Record<string, any>>The data, if found.