interface Optionsimport { type Options } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/feed.ts"; Propertiesoptionaloutput: string | string[]The output filenames optionalquery: stringThe query to search the pages optionalsort: stringThe sort order optionallimit: numberThe maximum number of items optionalinfo: FeedInfoOptionsThe feed info optionalitems: FeedItemOptionsThe feed items configuration