class defaultimport { default } from "https://deno.land/x/lume@v2.1.0/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