class defaultimport { default } from "https://deno.land/x/lume@v1.17.5/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<Data | undefined>loadEntry(entry: Entry, data: Data)Load a data entry inside a _data directory and append the data to the data object