class defaultimport { default } from "https://dotland.deno.dev/x/lume@v2.2.2/core/data_loader.ts"; Class to load data files. Constructorsnewdefault(options: Options)Propertiesformats: FormatsList of extensions to load data files and the loader used Methodsload(entry: Entry): Promise<RawData | undefined>loadEntry(entry: Entry, data: RawData)Load a data entry inside a _data directory and append the data to the data object