interface Data implements RawDataimport { type Data } from "https://dotland.deno.dev/x/lume@v2.2.1/core/file.ts"; The data of a page/folder once loaded and processed Propertiesoptionaltitle: stringThe title of the page optionaltype: stringThe type of the page (used to group pages in collections) optionalid: string | numberThe id of the page (used to identify a page in a collection) tags: string[]List of tags assigned to a page or folder url: stringThe url of a page basename: stringThe basename of the page date: DateThe date creation of the page comp: ProxyComponentsThe available components page: PageThe page reference optionallang: stringThe language of the page optionalunmatchedLangUrl: stringUnmatched Language URL The url for when the user's language doesn't match with any of the site's available languages. Valid values are: External URL string (http, https), which is language selector page Source path string (/), which is language selector page Language code (en, gl, vi), which is fallback language page This option is made for x-default feature. optionalalternates: Data[]Alternate pages (for languages)