[{"data":1,"prerenderedAt":6004},["ShallowReactive",2],{"navigation":3,"docs-/composables/query-content":164,"docs-/composables/query-content-surround":4383},[4,20,45,67,92,102,115],{"title":5,"_path":6,"children":7},"Get Started","/get-started",[8,11,14,17],{"title":9,"_path":10},"Installation","/get-started/installation",{"title":12,"_path":13},"Configuration","/get-started/configuration",{"title":15,"_path":16},"Edge Channel","/get-started/edge-channel",{"title":18,"_path":19},"Migration","/get-started/from-v1",{"title":21,"_path":22,"children":23},"Usage","/usage",[24,27,30,33,36,39,42],{"title":25,"_path":26},"Content Directory","/usage/content-directory",{"title":28,"_path":29},"Markdown","/usage/markdown",{"title":31,"_path":32},"JSON, YAML, CSV","/usage/files",{"title":34,"_path":35},"Render Content","/usage/render",{"title":37,"_path":38},"Search","/usage/search",{"title":40,"_path":41},"Fetch Navigation","/usage/navigation",{"title":43,"_path":44},"TypeScript Support","/usage/typescript",{"title":46,"_path":47,"children":48},"Composables","/composables",[49,52,55,58,61,64],{"title":50,"_path":51},"queryContent()","/composables/query-content",{"title":53,"_path":54},"fetchContentNavigation()","/composables/fetch-content-navigation",{"title":56,"_path":57},"useContentHead()","/composables/use-content-head",{"title":59,"_path":60},"useContentHelpers()","/composables/use-content-helpers",{"title":62,"_path":63},"useUnwrap()","/composables/use-unwrap",{"title":65,"_path":66},"searchContent()","/composables/search-content",{"title":68,"_path":69,"children":70},"Components","/components",[71,74,77,80,83,86,89],{"title":72,"_path":73},"\u003CContentDoc>","/components/content-doc",{"title":75,"_path":76},"\u003CContentRenderer>","/components/content-renderer",{"title":78,"_path":79},"\u003CContentList>","/components/content-list",{"title":81,"_path":82},"\u003CContentNavigation>","/components/content-navigation",{"title":84,"_path":85},"\u003CContentQuery>","/components/content-query",{"title":87,"_path":88},"\u003CContentSlot>","/components/content-slot",{"title":90,"_path":91},"Prose Components","/components/prose",{"title":93,"_path":94,"children":95},"Document Driven","/document-driven",[96,99],{"title":97,"_path":98},"Introduction","/document-driven/introduction",{"title":100,"_path":101},"useContent()","/document-driven/use-content",{"title":103,"_path":104,"children":105},"Recipes","/recipes",[106,109,112],{"title":107,"_path":108},"Hooks","/recipes/hooks",{"title":110,"_path":111},"Transformers","/recipes/transformers",{"title":113,"_path":114},"Sitemap","/recipes/sitemap",{"title":116,"_path":117,"children":118},"V1","/v1",[119,141,154],{"title":120,"_path":121,"children":122},"Getting Started","/v1/getting-started",[123,125,127,130,133,136,138],{"title":97,"_path":124},"/v1/getting-started/introduction",{"title":9,"_path":126},"/v1/getting-started/installation",{"title":128,"_path":129},"Writing content","/v1/getting-started/writing",{"title":131,"_path":132},"Fetching content","/v1/getting-started/fetching",{"title":134,"_path":135},"Displaying content","/v1/getting-started/displaying",{"title":12,"_path":137},"/v1/getting-started/configuration",{"title":139,"_path":140},"Advanced","/v1/getting-started/advanced",{"title":142,"_path":143,"children":144},"Examples","/v1/examples",[145,148,151],{"title":146,"_path":147},"Basic Usage","/v1/examples/basic",{"title":149,"_path":150},"TailwindCSS","/v1/examples/tailwindcss-typography",{"title":152,"_path":153},"Docs Theme","/v1/examples/docs-theme",{"title":155,"_path":156,"children":157},"Community","/v1/community",[158,161],{"title":159,"_path":160},"Snippets","/v1/community/snippets",{"title":162,"_path":163},"Integrations","/v1/community/integrations",{"_path":51,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":50,"description":168,"body":169,"_type":4377,"_id":4378,"_source":4379,"_file":4380,"_stem":4381,"_extension":4382},"composables",false,"","The queryContent composable provides methods for querying and fetching your contents.",{"type":170,"children":171,"toc":4363},"root",[172,181,205,476,482,494,499,671,681,720,725,739,1056,1597,1602,1892,1902,1934,1939,2466,2552,2557,2682,2695,2705,2737,2742,2834,2844,2874,2879,3000,3010,3049,3054,3255,3265,3301,3306,3505,3514,3519,3589,3599,3604,3667,3677,3740,3745,3750,4090,4099,4104,4201,4221,4357],{"type":173,"tag":174,"props":175,"children":177},"element","h2",{"id":176},"important-️",[178],{"type":179,"value":180},"text","Important ⚠️",{"type":173,"tag":182,"props":183,"children":184},"p",{},[185,187,203],{"type":179,"value":186},"In your pages and components, wrap your query in ",{"type":173,"tag":188,"props":189,"children":193},"a",{"href":190,"rel":191},"https://nuxt.com/docs/api/composables/use-async-data",[192],"nofollow",[194,201],{"type":173,"tag":195,"props":196,"children":198},"code",{"className":197},[],[199],{"type":179,"value":200},"useAsyncData",{"type":179,"value":202}," composable",{"type":179,"value":204}," to prevent fetching duplication on first load.",{"type":173,"tag":206,"props":207,"children":212},"pre",{"className":208,"code":209,"filename":210,"language":211,"meta":167,"style":167},"language-vue shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cscript setup>\nconst { data } = await useAsyncData('home', () => queryContent('/').findOne())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cpre>\n    {{ data }}\n  \u003C/pre>\n\u003C/template>\n","app.vue","vue",[213],{"type":173,"tag":195,"props":214,"children":215},{"__ignoreMap":167},[216,245,364,381,391,408,425,443,460],{"type":173,"tag":217,"props":218,"children":221},"span",{"class":219,"line":220},"line",1,[222,228,234,240],{"type":173,"tag":217,"props":223,"children":225},{"style":224},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[226],{"type":179,"value":227},"\u003C",{"type":173,"tag":217,"props":229,"children":231},{"style":230},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[232],{"type":179,"value":233},"script",{"type":173,"tag":217,"props":235,"children":237},{"style":236},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[238],{"type":179,"value":239}," setup",{"type":173,"tag":217,"props":241,"children":242},{"style":224},[243],{"type":179,"value":244},">\n",{"type":173,"tag":217,"props":246,"children":248},{"class":219,"line":247},2,[249,254,259,265,270,275,281,287,292,297,303,307,312,317,322,327,331,335,340,344,349,354,359],{"type":173,"tag":217,"props":250,"children":251},{"style":236},[252],{"type":179,"value":253},"const",{"type":173,"tag":217,"props":255,"children":256},{"style":224},[257],{"type":179,"value":258}," {",{"type":173,"tag":217,"props":260,"children":262},{"style":261},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[263],{"type":179,"value":264}," data ",{"type":173,"tag":217,"props":266,"children":267},{"style":224},[268],{"type":179,"value":269},"}",{"type":173,"tag":217,"props":271,"children":272},{"style":224},[273],{"type":179,"value":274}," =",{"type":173,"tag":217,"props":276,"children":278},{"style":277},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[279],{"type":179,"value":280}," await",{"type":173,"tag":217,"props":282,"children":284},{"style":283},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[285],{"type":179,"value":286}," useAsyncData",{"type":173,"tag":217,"props":288,"children":289},{"style":261},[290],{"type":179,"value":291},"(",{"type":173,"tag":217,"props":293,"children":294},{"style":224},[295],{"type":179,"value":296},"'",{"type":173,"tag":217,"props":298,"children":300},{"style":299},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[301],{"type":179,"value":302},"home",{"type":173,"tag":217,"props":304,"children":305},{"style":224},[306],{"type":179,"value":296},{"type":173,"tag":217,"props":308,"children":309},{"style":224},[310],{"type":179,"value":311},",",{"type":173,"tag":217,"props":313,"children":314},{"style":224},[315],{"type":179,"value":316}," ()",{"type":173,"tag":217,"props":318,"children":319},{"style":236},[320],{"type":179,"value":321}," =>",{"type":173,"tag":217,"props":323,"children":324},{"style":283},[325],{"type":179,"value":326}," queryContent",{"type":173,"tag":217,"props":328,"children":329},{"style":261},[330],{"type":179,"value":291},{"type":173,"tag":217,"props":332,"children":333},{"style":224},[334],{"type":179,"value":296},{"type":173,"tag":217,"props":336,"children":337},{"style":299},[338],{"type":179,"value":339},"/",{"type":173,"tag":217,"props":341,"children":342},{"style":224},[343],{"type":179,"value":296},{"type":173,"tag":217,"props":345,"children":346},{"style":261},[347],{"type":179,"value":348},")",{"type":173,"tag":217,"props":350,"children":351},{"style":224},[352],{"type":179,"value":353},".",{"type":173,"tag":217,"props":355,"children":356},{"style":283},[357],{"type":179,"value":358},"findOne",{"type":173,"tag":217,"props":360,"children":361},{"style":261},[362],{"type":179,"value":363},"())\n",{"type":173,"tag":217,"props":365,"children":367},{"class":219,"line":366},3,[368,373,377],{"type":173,"tag":217,"props":369,"children":370},{"style":224},[371],{"type":179,"value":372},"\u003C/",{"type":173,"tag":217,"props":374,"children":375},{"style":230},[376],{"type":179,"value":233},{"type":173,"tag":217,"props":378,"children":379},{"style":224},[380],{"type":179,"value":244},{"type":173,"tag":217,"props":382,"children":384},{"class":219,"line":383},4,[385],{"type":173,"tag":217,"props":386,"children":388},{"emptyLinePlaceholder":387},true,[389],{"type":179,"value":390},"\n",{"type":173,"tag":217,"props":392,"children":394},{"class":219,"line":393},5,[395,399,404],{"type":173,"tag":217,"props":396,"children":397},{"style":224},[398],{"type":179,"value":227},{"type":173,"tag":217,"props":400,"children":401},{"style":230},[402],{"type":179,"value":403},"template",{"type":173,"tag":217,"props":405,"children":406},{"style":224},[407],{"type":179,"value":244},{"type":173,"tag":217,"props":409,"children":411},{"class":219,"line":410},6,[412,417,421],{"type":173,"tag":217,"props":413,"children":414},{"style":224},[415],{"type":179,"value":416},"  \u003C",{"type":173,"tag":217,"props":418,"children":419},{"style":230},[420],{"type":179,"value":206},{"type":173,"tag":217,"props":422,"children":423},{"style":224},[424],{"type":179,"value":244},{"type":173,"tag":217,"props":426,"children":428},{"class":219,"line":427},7,[429,434,438],{"type":173,"tag":217,"props":430,"children":431},{"style":224},[432],{"type":179,"value":433},"    {{",{"type":173,"tag":217,"props":435,"children":436},{"style":261},[437],{"type":179,"value":264},{"type":173,"tag":217,"props":439,"children":440},{"style":224},[441],{"type":179,"value":442},"}}\n",{"type":173,"tag":217,"props":444,"children":446},{"class":219,"line":445},8,[447,452,456],{"type":173,"tag":217,"props":448,"children":449},{"style":224},[450],{"type":179,"value":451},"  \u003C/",{"type":173,"tag":217,"props":453,"children":454},{"style":230},[455],{"type":179,"value":206},{"type":173,"tag":217,"props":457,"children":458},{"style":224},[459],{"type":179,"value":244},{"type":173,"tag":217,"props":461,"children":463},{"class":219,"line":462},9,[464,468,472],{"type":173,"tag":217,"props":465,"children":466},{"style":224},[467],{"type":179,"value":372},{"type":173,"tag":217,"props":469,"children":470},{"style":230},[471],{"type":179,"value":403},{"type":173,"tag":217,"props":473,"children":474},{"style":224},[475],{"type":179,"value":244},{"type":173,"tag":174,"props":477,"children":479},{"id":478},"query-builder",[480],{"type":179,"value":481},"Query builder",{"type":173,"tag":182,"props":483,"children":484},{},[485,487,492],{"type":179,"value":486},"The ",{"type":173,"tag":195,"props":488,"children":490},{"className":489},[],[491],{"type":179,"value":50},{"type":179,"value":493}," composable provides methods for querying and fetching your contents.",{"type":173,"tag":182,"props":495,"children":496},{},[497],{"type":179,"value":498},"Create a query builder to search contents.",{"type":173,"tag":206,"props":500,"children":504},{"className":501,"code":502,"language":503,"meta":167,"style":167},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","// Create a query looking for anything in content/ directory\nconst contentQuery = queryContent()\n\n// Create a query looking into content/articles directory\nconst contentQuery = queryContent('articles')\n\n// Create a query looking into content/articles/nuxt3 directory\nconst contentQuery = queryContent('articles', 'nuxt3')\n","ts",[505],{"type":173,"tag":195,"props":506,"children":507},{"__ignoreMap":167},[508,517,543,550,558,599,606,614],{"type":173,"tag":217,"props":509,"children":510},{"class":219,"line":220},[511],{"type":173,"tag":217,"props":512,"children":514},{"style":513},"--shiki-light:#90A4AE;--shiki-default:#546E7A;--shiki-dark:#676E95;--shiki-light-font-style:italic;--shiki-default-font-style:italic;--shiki-dark-font-style:italic",[515],{"type":179,"value":516},"// Create a query looking for anything in content/ directory\n",{"type":173,"tag":217,"props":518,"children":519},{"class":219,"line":247},[520,524,529,534,538],{"type":173,"tag":217,"props":521,"children":522},{"style":236},[523],{"type":179,"value":253},{"type":173,"tag":217,"props":525,"children":526},{"style":261},[527],{"type":179,"value":528}," contentQuery ",{"type":173,"tag":217,"props":530,"children":531},{"style":224},[532],{"type":179,"value":533},"=",{"type":173,"tag":217,"props":535,"children":536},{"style":283},[537],{"type":179,"value":326},{"type":173,"tag":217,"props":539,"children":540},{"style":261},[541],{"type":179,"value":542},"()\n",{"type":173,"tag":217,"props":544,"children":545},{"class":219,"line":366},[546],{"type":173,"tag":217,"props":547,"children":548},{"emptyLinePlaceholder":387},[549],{"type":179,"value":390},{"type":173,"tag":217,"props":551,"children":552},{"class":219,"line":383},[553],{"type":173,"tag":217,"props":554,"children":555},{"style":513},[556],{"type":179,"value":557},"// Create a query looking into content/articles directory\n",{"type":173,"tag":217,"props":559,"children":560},{"class":219,"line":393},[561,565,569,573,577,581,585,590,594],{"type":173,"tag":217,"props":562,"children":563},{"style":236},[564],{"type":179,"value":253},{"type":173,"tag":217,"props":566,"children":567},{"style":261},[568],{"type":179,"value":528},{"type":173,"tag":217,"props":570,"children":571},{"style":224},[572],{"type":179,"value":533},{"type":173,"tag":217,"props":574,"children":575},{"style":283},[576],{"type":179,"value":326},{"type":173,"tag":217,"props":578,"children":579},{"style":261},[580],{"type":179,"value":291},{"type":173,"tag":217,"props":582,"children":583},{"style":224},[584],{"type":179,"value":296},{"type":173,"tag":217,"props":586,"children":587},{"style":299},[588],{"type":179,"value":589},"articles",{"type":173,"tag":217,"props":591,"children":592},{"style":224},[593],{"type":179,"value":296},{"type":173,"tag":217,"props":595,"children":596},{"style":261},[597],{"type":179,"value":598},")\n",{"type":173,"tag":217,"props":600,"children":601},{"class":219,"line":410},[602],{"type":173,"tag":217,"props":603,"children":604},{"emptyLinePlaceholder":387},[605],{"type":179,"value":390},{"type":173,"tag":217,"props":607,"children":608},{"class":219,"line":427},[609],{"type":173,"tag":217,"props":610,"children":611},{"style":513},[612],{"type":179,"value":613},"// Create a query looking into content/articles/nuxt3 directory\n",{"type":173,"tag":217,"props":615,"children":616},{"class":219,"line":445},[617,621,625,629,633,637,641,645,649,653,658,663,667],{"type":173,"tag":217,"props":618,"children":619},{"style":236},[620],{"type":179,"value":253},{"type":173,"tag":217,"props":622,"children":623},{"style":261},[624],{"type":179,"value":528},{"type":173,"tag":217,"props":626,"children":627},{"style":224},[628],{"type":179,"value":533},{"type":173,"tag":217,"props":630,"children":631},{"style":283},[632],{"type":179,"value":326},{"type":173,"tag":217,"props":634,"children":635},{"style":261},[636],{"type":179,"value":291},{"type":173,"tag":217,"props":638,"children":639},{"style":224},[640],{"type":179,"value":296},{"type":173,"tag":217,"props":642,"children":643},{"style":299},[644],{"type":179,"value":589},{"type":173,"tag":217,"props":646,"children":647},{"style":224},[648],{"type":179,"value":296},{"type":173,"tag":217,"props":650,"children":651},{"style":224},[652],{"type":179,"value":311},{"type":173,"tag":217,"props":654,"children":655},{"style":224},[656],{"type":179,"value":657}," '",{"type":173,"tag":217,"props":659,"children":660},{"style":299},[661],{"type":179,"value":662},"nuxt3",{"type":173,"tag":217,"props":664,"children":665},{"style":224},[666],{"type":179,"value":296},{"type":173,"tag":217,"props":668,"children":669},{"style":261},[670],{"type":179,"value":598},{"type":173,"tag":174,"props":672,"children":674},{"id":673},"wherequery",[675],{"type":173,"tag":195,"props":676,"children":678},{"className":677},[],[679],{"type":179,"value":680},"where(query)",{"type":173,"tag":682,"props":683,"children":684},"ul",{},[685],{"type":173,"tag":686,"props":687,"children":688},"li",{},[689,695,697],{"type":173,"tag":195,"props":690,"children":692},{"className":691},[],[693],{"type":179,"value":694},"query",{"type":179,"value":696},":\n",{"type":173,"tag":682,"props":698,"children":699},{},[700,711],{"type":173,"tag":686,"props":701,"children":702},{},[703,705],{"type":179,"value":704},"Type: ",{"type":173,"tag":195,"props":706,"children":708},{"className":707},[],[709],{"type":179,"value":710},"Partial\u003CQueryBuilderParams>",{"type":173,"tag":686,"props":712,"children":713},{},[714],{"type":173,"tag":715,"props":716,"children":717},"strong",{},[718],{"type":179,"value":719},"Required",{"type":173,"tag":182,"props":721,"children":722},{},[723],{"type":179,"value":724},"Filter results by query.",{"type":173,"tag":182,"props":726,"children":727},{},[728,730,737],{"type":179,"value":729},"Where queries are based on subset of ",{"type":173,"tag":188,"props":731,"children":734},{"href":732,"rel":733},"https://www.mongodb.com/docs/manual/reference/operator/query",[192],[735],{"type":179,"value":736},"Mongo query syntax",{"type":179,"value":738},", it handles:",{"type":173,"tag":740,"props":741,"children":742},"table",{},[743,762],{"type":173,"tag":744,"props":745,"children":746},"thead",{},[747],{"type":173,"tag":748,"props":749,"children":750},"tr",{},[751,757],{"type":173,"tag":752,"props":753,"children":754},"th",{},[755],{"type":179,"value":756},"Operator",{"type":173,"tag":752,"props":758,"children":759},{},[760],{"type":179,"value":761},"Description",{"type":173,"tag":763,"props":764,"children":765},"tbody",{},[766,784,801,818,835,852,869,886,903,920,937,954,971,988,1005,1022,1039],{"type":173,"tag":748,"props":767,"children":768},{},[769,779],{"type":173,"tag":770,"props":771,"children":772},"td",{},[773],{"type":173,"tag":195,"props":774,"children":776},{"className":775},[],[777],{"type":179,"value":778},"$match",{"type":173,"tag":770,"props":780,"children":781},{},[782],{"type":179,"value":783},"–",{"type":173,"tag":748,"props":785,"children":786},{},[787,796],{"type":173,"tag":770,"props":788,"children":789},{},[790],{"type":173,"tag":195,"props":791,"children":793},{"className":792},[],[794],{"type":179,"value":795},"$eq",{"type":173,"tag":770,"props":797,"children":798},{},[799],{"type":179,"value":800},"Match if item equals condition",{"type":173,"tag":748,"props":802,"children":803},{},[804,813],{"type":173,"tag":770,"props":805,"children":806},{},[807],{"type":173,"tag":195,"props":808,"children":810},{"className":809},[],[811],{"type":179,"value":812},"$ne",{"type":173,"tag":770,"props":814,"children":815},{},[816],{"type":179,"value":817},"Match if item not equals condition",{"type":173,"tag":748,"props":819,"children":820},{},[821,830],{"type":173,"tag":770,"props":822,"children":823},{},[824],{"type":173,"tag":195,"props":825,"children":827},{"className":826},[],[828],{"type":179,"value":829},"$not",{"type":173,"tag":770,"props":831,"children":832},{},[833],{"type":179,"value":834},"Match is condition is false",{"type":173,"tag":748,"props":836,"children":837},{},[838,847],{"type":173,"tag":770,"props":839,"children":840},{},[841],{"type":173,"tag":195,"props":842,"children":844},{"className":843},[],[845],{"type":179,"value":846},"$and",{"type":173,"tag":770,"props":848,"children":849},{},[850],{"type":179,"value":851},"Match only if all of nested conditions are true",{"type":173,"tag":748,"props":853,"children":854},{},[855,864],{"type":173,"tag":770,"props":856,"children":857},{},[858],{"type":173,"tag":195,"props":859,"children":861},{"className":860},[],[862],{"type":179,"value":863},"$or",{"type":173,"tag":770,"props":865,"children":866},{},[867],{"type":179,"value":868},"Match if any of nested conditions is true",{"type":173,"tag":748,"props":870,"children":871},{},[872,881],{"type":173,"tag":770,"props":873,"children":874},{},[875],{"type":173,"tag":195,"props":876,"children":878},{"className":877},[],[879],{"type":179,"value":880},"$in",{"type":173,"tag":770,"props":882,"children":883},{},[884],{"type":179,"value":885},"Match if item is in condition array",{"type":173,"tag":748,"props":887,"children":888},{},[889,898],{"type":173,"tag":770,"props":890,"children":891},{},[892],{"type":173,"tag":195,"props":893,"children":895},{"className":894},[],[896],{"type":179,"value":897},"$contains",{"type":173,"tag":770,"props":899,"children":900},{},[901],{"type":179,"value":902},"Match if item contains every condition or match every rule in condition array",{"type":173,"tag":748,"props":904,"children":905},{},[906,915],{"type":173,"tag":770,"props":907,"children":908},{},[909],{"type":173,"tag":195,"props":910,"children":912},{"className":911},[],[913],{"type":179,"value":914},"$icontains",{"type":173,"tag":770,"props":916,"children":917},{},[918],{"type":179,"value":919},"Ignore case contains",{"type":173,"tag":748,"props":921,"children":922},{},[923,932],{"type":173,"tag":770,"props":924,"children":925},{},[926],{"type":173,"tag":195,"props":927,"children":929},{"className":928},[],[930],{"type":179,"value":931},"$containsAny",{"type":173,"tag":770,"props":933,"children":934},{},[935],{"type":179,"value":936},"Match if item contains at least one rule from condition array",{"type":173,"tag":748,"props":938,"children":939},{},[940,949],{"type":173,"tag":770,"props":941,"children":942},{},[943],{"type":173,"tag":195,"props":944,"children":946},{"className":945},[],[947],{"type":179,"value":948},"$exists",{"type":173,"tag":770,"props":950,"children":951},{},[952],{"type":179,"value":953},"Check key existence",{"type":173,"tag":748,"props":955,"children":956},{},[957,966],{"type":173,"tag":770,"props":958,"children":959},{},[960],{"type":173,"tag":195,"props":961,"children":963},{"className":962},[],[964],{"type":179,"value":965},"$type",{"type":173,"tag":770,"props":967,"children":968},{},[969],{"type":179,"value":970},"Match if type of item equals condition",{"type":173,"tag":748,"props":972,"children":973},{},[974,983],{"type":173,"tag":770,"props":975,"children":976},{},[977],{"type":173,"tag":195,"props":978,"children":980},{"className":979},[],[981],{"type":179,"value":982},"$regex",{"type":173,"tag":770,"props":984,"children":985},{},[986],{"type":179,"value":987},"Provides regular expression capabilities for pattern matching strings",{"type":173,"tag":748,"props":989,"children":990},{},[991,1000],{"type":173,"tag":770,"props":992,"children":993},{},[994],{"type":173,"tag":195,"props":995,"children":997},{"className":996},[],[998],{"type":179,"value":999},"$lt",{"type":173,"tag":770,"props":1001,"children":1002},{},[1003],{"type":179,"value":1004},"Check if item is less than condition",{"type":173,"tag":748,"props":1006,"children":1007},{},[1008,1017],{"type":173,"tag":770,"props":1009,"children":1010},{},[1011],{"type":173,"tag":195,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":179,"value":1016},"$lte",{"type":173,"tag":770,"props":1018,"children":1019},{},[1020],{"type":179,"value":1021},"Check if item is less than or equal to condition",{"type":173,"tag":748,"props":1023,"children":1024},{},[1025,1034],{"type":173,"tag":770,"props":1026,"children":1027},{},[1028],{"type":173,"tag":195,"props":1029,"children":1031},{"className":1030},[],[1032],{"type":179,"value":1033},"$gt",{"type":173,"tag":770,"props":1035,"children":1036},{},[1037],{"type":179,"value":1038},"Check if item is greater than condition",{"type":173,"tag":748,"props":1040,"children":1041},{},[1042,1051],{"type":173,"tag":770,"props":1043,"children":1044},{},[1045],{"type":173,"tag":195,"props":1046,"children":1048},{"className":1047},[],[1049],{"type":179,"value":1050},"$gte",{"type":173,"tag":770,"props":1052,"children":1053},{},[1054],{"type":179,"value":1055},"Check if item is greater than or equal to condition",{"type":173,"tag":206,"props":1057,"children":1059},{"className":501,"code":1058,"language":503,"meta":167,"style":167},"// Implicit (assumes $eq operator)\nconst articles = await queryContent('articles').where({ title: 'Home' }).findOne()\n\n// Explicit $eq\nconst articles = await queryContent('articles').where({ title: { $eq: 'Home' } }).findOne()\n\n// $gt\nconst articles = await queryContent('articles').where({ age: { $gt: 18 } }).find()\n\n// $in\nconst articles = await queryContent('articles').where({ name: { $in: ['odin', 'thor'] } }).find()\n",[1060],{"type":173,"tag":195,"props":1061,"children":1062},{"__ignoreMap":167},[1063,1071,1177,1184,1192,1308,1315,1323,1435,1442,1451],{"type":173,"tag":217,"props":1064,"children":1065},{"class":219,"line":220},[1066],{"type":173,"tag":217,"props":1067,"children":1068},{"style":513},[1069],{"type":179,"value":1070},"// Implicit (assumes $eq operator)\n",{"type":173,"tag":217,"props":1072,"children":1073},{"class":219,"line":247},[1074,1078,1083,1087,1091,1095,1099,1103,1107,1111,1115,1119,1124,1128,1133,1138,1143,1147,1152,1156,1161,1165,1169,1173],{"type":173,"tag":217,"props":1075,"children":1076},{"style":236},[1077],{"type":179,"value":253},{"type":173,"tag":217,"props":1079,"children":1080},{"style":261},[1081],{"type":179,"value":1082}," articles ",{"type":173,"tag":217,"props":1084,"children":1085},{"style":224},[1086],{"type":179,"value":533},{"type":173,"tag":217,"props":1088,"children":1089},{"style":277},[1090],{"type":179,"value":280},{"type":173,"tag":217,"props":1092,"children":1093},{"style":283},[1094],{"type":179,"value":326},{"type":173,"tag":217,"props":1096,"children":1097},{"style":261},[1098],{"type":179,"value":291},{"type":173,"tag":217,"props":1100,"children":1101},{"style":224},[1102],{"type":179,"value":296},{"type":173,"tag":217,"props":1104,"children":1105},{"style":299},[1106],{"type":179,"value":589},{"type":173,"tag":217,"props":1108,"children":1109},{"style":224},[1110],{"type":179,"value":296},{"type":173,"tag":217,"props":1112,"children":1113},{"style":261},[1114],{"type":179,"value":348},{"type":173,"tag":217,"props":1116,"children":1117},{"style":224},[1118],{"type":179,"value":353},{"type":173,"tag":217,"props":1120,"children":1121},{"style":283},[1122],{"type":179,"value":1123},"where",{"type":173,"tag":217,"props":1125,"children":1126},{"style":261},[1127],{"type":179,"value":291},{"type":173,"tag":217,"props":1129,"children":1130},{"style":224},[1131],{"type":179,"value":1132},"{",{"type":173,"tag":217,"props":1134,"children":1135},{"style":230},[1136],{"type":179,"value":1137}," title",{"type":173,"tag":217,"props":1139,"children":1140},{"style":224},[1141],{"type":179,"value":1142},":",{"type":173,"tag":217,"props":1144,"children":1145},{"style":224},[1146],{"type":179,"value":657},{"type":173,"tag":217,"props":1148,"children":1149},{"style":299},[1150],{"type":179,"value":1151},"Home",{"type":173,"tag":217,"props":1153,"children":1154},{"style":224},[1155],{"type":179,"value":296},{"type":173,"tag":217,"props":1157,"children":1158},{"style":224},[1159],{"type":179,"value":1160}," }",{"type":173,"tag":217,"props":1162,"children":1163},{"style":261},[1164],{"type":179,"value":348},{"type":173,"tag":217,"props":1166,"children":1167},{"style":224},[1168],{"type":179,"value":353},{"type":173,"tag":217,"props":1170,"children":1171},{"style":283},[1172],{"type":179,"value":358},{"type":173,"tag":217,"props":1174,"children":1175},{"style":261},[1176],{"type":179,"value":542},{"type":173,"tag":217,"props":1178,"children":1179},{"class":219,"line":366},[1180],{"type":173,"tag":217,"props":1181,"children":1182},{"emptyLinePlaceholder":387},[1183],{"type":179,"value":390},{"type":173,"tag":217,"props":1185,"children":1186},{"class":219,"line":383},[1187],{"type":173,"tag":217,"props":1188,"children":1189},{"style":513},[1190],{"type":179,"value":1191},"// Explicit $eq\n",{"type":173,"tag":217,"props":1193,"children":1194},{"class":219,"line":393},[1195,1199,1203,1207,1211,1215,1219,1223,1227,1231,1235,1239,1243,1247,1251,1255,1259,1263,1268,1272,1276,1280,1284,1288,1292,1296,1300,1304],{"type":173,"tag":217,"props":1196,"children":1197},{"style":236},[1198],{"type":179,"value":253},{"type":173,"tag":217,"props":1200,"children":1201},{"style":261},[1202],{"type":179,"value":1082},{"type":173,"tag":217,"props":1204,"children":1205},{"style":224},[1206],{"type":179,"value":533},{"type":173,"tag":217,"props":1208,"children":1209},{"style":277},[1210],{"type":179,"value":280},{"type":173,"tag":217,"props":1212,"children":1213},{"style":283},[1214],{"type":179,"value":326},{"type":173,"tag":217,"props":1216,"children":1217},{"style":261},[1218],{"type":179,"value":291},{"type":173,"tag":217,"props":1220,"children":1221},{"style":224},[1222],{"type":179,"value":296},{"type":173,"tag":217,"props":1224,"children":1225},{"style":299},[1226],{"type":179,"value":589},{"type":173,"tag":217,"props":1228,"children":1229},{"style":224},[1230],{"type":179,"value":296},{"type":173,"tag":217,"props":1232,"children":1233},{"style":261},[1234],{"type":179,"value":348},{"type":173,"tag":217,"props":1236,"children":1237},{"style":224},[1238],{"type":179,"value":353},{"type":173,"tag":217,"props":1240,"children":1241},{"style":283},[1242],{"type":179,"value":1123},{"type":173,"tag":217,"props":1244,"children":1245},{"style":261},[1246],{"type":179,"value":291},{"type":173,"tag":217,"props":1248,"children":1249},{"style":224},[1250],{"type":179,"value":1132},{"type":173,"tag":217,"props":1252,"children":1253},{"style":230},[1254],{"type":179,"value":1137},{"type":173,"tag":217,"props":1256,"children":1257},{"style":224},[1258],{"type":179,"value":1142},{"type":173,"tag":217,"props":1260,"children":1261},{"style":224},[1262],{"type":179,"value":258},{"type":173,"tag":217,"props":1264,"children":1265},{"style":230},[1266],{"type":179,"value":1267}," $eq",{"type":173,"tag":217,"props":1269,"children":1270},{"style":224},[1271],{"type":179,"value":1142},{"type":173,"tag":217,"props":1273,"children":1274},{"style":224},[1275],{"type":179,"value":657},{"type":173,"tag":217,"props":1277,"children":1278},{"style":299},[1279],{"type":179,"value":1151},{"type":173,"tag":217,"props":1281,"children":1282},{"style":224},[1283],{"type":179,"value":296},{"type":173,"tag":217,"props":1285,"children":1286},{"style":224},[1287],{"type":179,"value":1160},{"type":173,"tag":217,"props":1289,"children":1290},{"style":224},[1291],{"type":179,"value":1160},{"type":173,"tag":217,"props":1293,"children":1294},{"style":261},[1295],{"type":179,"value":348},{"type":173,"tag":217,"props":1297,"children":1298},{"style":224},[1299],{"type":179,"value":353},{"type":173,"tag":217,"props":1301,"children":1302},{"style":283},[1303],{"type":179,"value":358},{"type":173,"tag":217,"props":1305,"children":1306},{"style":261},[1307],{"type":179,"value":542},{"type":173,"tag":217,"props":1309,"children":1310},{"class":219,"line":410},[1311],{"type":173,"tag":217,"props":1312,"children":1313},{"emptyLinePlaceholder":387},[1314],{"type":179,"value":390},{"type":173,"tag":217,"props":1316,"children":1317},{"class":219,"line":427},[1318],{"type":173,"tag":217,"props":1319,"children":1320},{"style":513},[1321],{"type":179,"value":1322},"// $gt\n",{"type":173,"tag":217,"props":1324,"children":1325},{"class":219,"line":445},[1326,1330,1334,1338,1342,1346,1350,1354,1358,1362,1366,1370,1374,1378,1382,1387,1391,1395,1400,1404,1410,1414,1418,1422,1426,1431],{"type":173,"tag":217,"props":1327,"children":1328},{"style":236},[1329],{"type":179,"value":253},{"type":173,"tag":217,"props":1331,"children":1332},{"style":261},[1333],{"type":179,"value":1082},{"type":173,"tag":217,"props":1335,"children":1336},{"style":224},[1337],{"type":179,"value":533},{"type":173,"tag":217,"props":1339,"children":1340},{"style":277},[1341],{"type":179,"value":280},{"type":173,"tag":217,"props":1343,"children":1344},{"style":283},[1345],{"type":179,"value":326},{"type":173,"tag":217,"props":1347,"children":1348},{"style":261},[1349],{"type":179,"value":291},{"type":173,"tag":217,"props":1351,"children":1352},{"style":224},[1353],{"type":179,"value":296},{"type":173,"tag":217,"props":1355,"children":1356},{"style":299},[1357],{"type":179,"value":589},{"type":173,"tag":217,"props":1359,"children":1360},{"style":224},[1361],{"type":179,"value":296},{"type":173,"tag":217,"props":1363,"children":1364},{"style":261},[1365],{"type":179,"value":348},{"type":173,"tag":217,"props":1367,"children":1368},{"style":224},[1369],{"type":179,"value":353},{"type":173,"tag":217,"props":1371,"children":1372},{"style":283},[1373],{"type":179,"value":1123},{"type":173,"tag":217,"props":1375,"children":1376},{"style":261},[1377],{"type":179,"value":291},{"type":173,"tag":217,"props":1379,"children":1380},{"style":224},[1381],{"type":179,"value":1132},{"type":173,"tag":217,"props":1383,"children":1384},{"style":230},[1385],{"type":179,"value":1386}," age",{"type":173,"tag":217,"props":1388,"children":1389},{"style":224},[1390],{"type":179,"value":1142},{"type":173,"tag":217,"props":1392,"children":1393},{"style":224},[1394],{"type":179,"value":258},{"type":173,"tag":217,"props":1396,"children":1397},{"style":230},[1398],{"type":179,"value":1399}," $gt",{"type":173,"tag":217,"props":1401,"children":1402},{"style":224},[1403],{"type":179,"value":1142},{"type":173,"tag":217,"props":1405,"children":1407},{"style":1406},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[1408],{"type":179,"value":1409}," 18",{"type":173,"tag":217,"props":1411,"children":1412},{"style":224},[1413],{"type":179,"value":1160},{"type":173,"tag":217,"props":1415,"children":1416},{"style":224},[1417],{"type":179,"value":1160},{"type":173,"tag":217,"props":1419,"children":1420},{"style":261},[1421],{"type":179,"value":348},{"type":173,"tag":217,"props":1423,"children":1424},{"style":224},[1425],{"type":179,"value":353},{"type":173,"tag":217,"props":1427,"children":1428},{"style":283},[1429],{"type":179,"value":1430},"find",{"type":173,"tag":217,"props":1432,"children":1433},{"style":261},[1434],{"type":179,"value":542},{"type":173,"tag":217,"props":1436,"children":1437},{"class":219,"line":462},[1438],{"type":173,"tag":217,"props":1439,"children":1440},{"emptyLinePlaceholder":387},[1441],{"type":179,"value":390},{"type":173,"tag":217,"props":1443,"children":1445},{"class":219,"line":1444},10,[1446],{"type":173,"tag":217,"props":1447,"children":1448},{"style":513},[1449],{"type":179,"value":1450},"// $in\n",{"type":173,"tag":217,"props":1452,"children":1454},{"class":219,"line":1453},11,[1455,1459,1463,1467,1471,1475,1479,1483,1487,1491,1495,1499,1503,1507,1511,1516,1520,1524,1529,1533,1538,1542,1547,1551,1555,1559,1564,1568,1573,1577,1581,1585,1589,1593],{"type":173,"tag":217,"props":1456,"children":1457},{"style":236},[1458],{"type":179,"value":253},{"type":173,"tag":217,"props":1460,"children":1461},{"style":261},[1462],{"type":179,"value":1082},{"type":173,"tag":217,"props":1464,"children":1465},{"style":224},[1466],{"type":179,"value":533},{"type":173,"tag":217,"props":1468,"children":1469},{"style":277},[1470],{"type":179,"value":280},{"type":173,"tag":217,"props":1472,"children":1473},{"style":283},[1474],{"type":179,"value":326},{"type":173,"tag":217,"props":1476,"children":1477},{"style":261},[1478],{"type":179,"value":291},{"type":173,"tag":217,"props":1480,"children":1481},{"style":224},[1482],{"type":179,"value":296},{"type":173,"tag":217,"props":1484,"children":1485},{"style":299},[1486],{"type":179,"value":589},{"type":173,"tag":217,"props":1488,"children":1489},{"style":224},[1490],{"type":179,"value":296},{"type":173,"tag":217,"props":1492,"children":1493},{"style":261},[1494],{"type":179,"value":348},{"type":173,"tag":217,"props":1496,"children":1497},{"style":224},[1498],{"type":179,"value":353},{"type":173,"tag":217,"props":1500,"children":1501},{"style":283},[1502],{"type":179,"value":1123},{"type":173,"tag":217,"props":1504,"children":1505},{"style":261},[1506],{"type":179,"value":291},{"type":173,"tag":217,"props":1508,"children":1509},{"style":224},[1510],{"type":179,"value":1132},{"type":173,"tag":217,"props":1512,"children":1513},{"style":230},[1514],{"type":179,"value":1515}," name",{"type":173,"tag":217,"props":1517,"children":1518},{"style":224},[1519],{"type":179,"value":1142},{"type":173,"tag":217,"props":1521,"children":1522},{"style":224},[1523],{"type":179,"value":258},{"type":173,"tag":217,"props":1525,"children":1526},{"style":230},[1527],{"type":179,"value":1528}," $in",{"type":173,"tag":217,"props":1530,"children":1531},{"style":224},[1532],{"type":179,"value":1142},{"type":173,"tag":217,"props":1534,"children":1535},{"style":261},[1536],{"type":179,"value":1537}," [",{"type":173,"tag":217,"props":1539,"children":1540},{"style":224},[1541],{"type":179,"value":296},{"type":173,"tag":217,"props":1543,"children":1544},{"style":299},[1545],{"type":179,"value":1546},"odin",{"type":173,"tag":217,"props":1548,"children":1549},{"style":224},[1550],{"type":179,"value":296},{"type":173,"tag":217,"props":1552,"children":1553},{"style":224},[1554],{"type":179,"value":311},{"type":173,"tag":217,"props":1556,"children":1557},{"style":224},[1558],{"type":179,"value":657},{"type":173,"tag":217,"props":1560,"children":1561},{"style":299},[1562],{"type":179,"value":1563},"thor",{"type":173,"tag":217,"props":1565,"children":1566},{"style":224},[1567],{"type":179,"value":296},{"type":173,"tag":217,"props":1569,"children":1570},{"style":261},[1571],{"type":179,"value":1572},"] ",{"type":173,"tag":217,"props":1574,"children":1575},{"style":224},[1576],{"type":179,"value":269},{"type":173,"tag":217,"props":1578,"children":1579},{"style":224},[1580],{"type":179,"value":1160},{"type":173,"tag":217,"props":1582,"children":1583},{"style":261},[1584],{"type":179,"value":348},{"type":173,"tag":217,"props":1586,"children":1587},{"style":224},[1588],{"type":179,"value":353},{"type":173,"tag":217,"props":1590,"children":1591},{"style":283},[1592],{"type":179,"value":1430},{"type":173,"tag":217,"props":1594,"children":1595},{"style":261},[1596],{"type":179,"value":542},{"type":173,"tag":182,"props":1598,"children":1599},{},[1600],{"type":179,"value":1601},"In order to filter in objects and an array or arrays, you can use the nested properties style:",{"type":173,"tag":206,"props":1603,"children":1605},{"className":501,"code":1604,"language":503,"meta":167,"style":167},"const products = await queryContent('products').where({ 'categories': { $contains: 'top' } }).find()\n\nconst products = await queryContent('products').where({ 'categories': { $contains: ['top', 'woman'] } }).find()\n",[1606],{"type":173,"tag":195,"props":1607,"children":1608},{"__ignoreMap":167},[1609,1737,1744],{"type":173,"tag":217,"props":1610,"children":1611},{"class":219,"line":220},[1612,1616,1621,1625,1629,1633,1637,1641,1646,1650,1654,1658,1662,1666,1670,1674,1679,1683,1687,1691,1696,1700,1704,1709,1713,1717,1721,1725,1729,1733],{"type":173,"tag":217,"props":1613,"children":1614},{"style":236},[1615],{"type":179,"value":253},{"type":173,"tag":217,"props":1617,"children":1618},{"style":261},[1619],{"type":179,"value":1620}," products ",{"type":173,"tag":217,"props":1622,"children":1623},{"style":224},[1624],{"type":179,"value":533},{"type":173,"tag":217,"props":1626,"children":1627},{"style":277},[1628],{"type":179,"value":280},{"type":173,"tag":217,"props":1630,"children":1631},{"style":283},[1632],{"type":179,"value":326},{"type":173,"tag":217,"props":1634,"children":1635},{"style":261},[1636],{"type":179,"value":291},{"type":173,"tag":217,"props":1638,"children":1639},{"style":224},[1640],{"type":179,"value":296},{"type":173,"tag":217,"props":1642,"children":1643},{"style":299},[1644],{"type":179,"value":1645},"products",{"type":173,"tag":217,"props":1647,"children":1648},{"style":224},[1649],{"type":179,"value":296},{"type":173,"tag":217,"props":1651,"children":1652},{"style":261},[1653],{"type":179,"value":348},{"type":173,"tag":217,"props":1655,"children":1656},{"style":224},[1657],{"type":179,"value":353},{"type":173,"tag":217,"props":1659,"children":1660},{"style":283},[1661],{"type":179,"value":1123},{"type":173,"tag":217,"props":1663,"children":1664},{"style":261},[1665],{"type":179,"value":291},{"type":173,"tag":217,"props":1667,"children":1668},{"style":224},[1669],{"type":179,"value":1132},{"type":173,"tag":217,"props":1671,"children":1672},{"style":224},[1673],{"type":179,"value":657},{"type":173,"tag":217,"props":1675,"children":1676},{"style":230},[1677],{"type":179,"value":1678},"categories",{"type":173,"tag":217,"props":1680,"children":1681},{"style":224},[1682],{"type":179,"value":296},{"type":173,"tag":217,"props":1684,"children":1685},{"style":224},[1686],{"type":179,"value":1142},{"type":173,"tag":217,"props":1688,"children":1689},{"style":224},[1690],{"type":179,"value":258},{"type":173,"tag":217,"props":1692,"children":1693},{"style":230},[1694],{"type":179,"value":1695}," $contains",{"type":173,"tag":217,"props":1697,"children":1698},{"style":224},[1699],{"type":179,"value":1142},{"type":173,"tag":217,"props":1701,"children":1702},{"style":224},[1703],{"type":179,"value":657},{"type":173,"tag":217,"props":1705,"children":1706},{"style":299},[1707],{"type":179,"value":1708},"top",{"type":173,"tag":217,"props":1710,"children":1711},{"style":224},[1712],{"type":179,"value":296},{"type":173,"tag":217,"props":1714,"children":1715},{"style":224},[1716],{"type":179,"value":1160},{"type":173,"tag":217,"props":1718,"children":1719},{"style":224},[1720],{"type":179,"value":1160},{"type":173,"tag":217,"props":1722,"children":1723},{"style":261},[1724],{"type":179,"value":348},{"type":173,"tag":217,"props":1726,"children":1727},{"style":224},[1728],{"type":179,"value":353},{"type":173,"tag":217,"props":1730,"children":1731},{"style":283},[1732],{"type":179,"value":1430},{"type":173,"tag":217,"props":1734,"children":1735},{"style":261},[1736],{"type":179,"value":542},{"type":173,"tag":217,"props":1738,"children":1739},{"class":219,"line":247},[1740],{"type":173,"tag":217,"props":1741,"children":1742},{"emptyLinePlaceholder":387},[1743],{"type":179,"value":390},{"type":173,"tag":217,"props":1745,"children":1746},{"class":219,"line":366},[1747,1751,1755,1759,1763,1767,1771,1775,1779,1783,1787,1791,1795,1799,1803,1807,1811,1815,1819,1823,1827,1831,1835,1839,1843,1847,1851,1855,1860,1864,1868,1872,1876,1880,1884,1888],{"type":173,"tag":217,"props":1748,"children":1749},{"style":236},[1750],{"type":179,"value":253},{"type":173,"tag":217,"props":1752,"children":1753},{"style":261},[1754],{"type":179,"value":1620},{"type":173,"tag":217,"props":1756,"children":1757},{"style":224},[1758],{"type":179,"value":533},{"type":173,"tag":217,"props":1760,"children":1761},{"style":277},[1762],{"type":179,"value":280},{"type":173,"tag":217,"props":1764,"children":1765},{"style":283},[1766],{"type":179,"value":326},{"type":173,"tag":217,"props":1768,"children":1769},{"style":261},[1770],{"type":179,"value":291},{"type":173,"tag":217,"props":1772,"children":1773},{"style":224},[1774],{"type":179,"value":296},{"type":173,"tag":217,"props":1776,"children":1777},{"style":299},[1778],{"type":179,"value":1645},{"type":173,"tag":217,"props":1780,"children":1781},{"style":224},[1782],{"type":179,"value":296},{"type":173,"tag":217,"props":1784,"children":1785},{"style":261},[1786],{"type":179,"value":348},{"type":173,"tag":217,"props":1788,"children":1789},{"style":224},[1790],{"type":179,"value":353},{"type":173,"tag":217,"props":1792,"children":1793},{"style":283},[1794],{"type":179,"value":1123},{"type":173,"tag":217,"props":1796,"children":1797},{"style":261},[1798],{"type":179,"value":291},{"type":173,"tag":217,"props":1800,"children":1801},{"style":224},[1802],{"type":179,"value":1132},{"type":173,"tag":217,"props":1804,"children":1805},{"style":224},[1806],{"type":179,"value":657},{"type":173,"tag":217,"props":1808,"children":1809},{"style":230},[1810],{"type":179,"value":1678},{"type":173,"tag":217,"props":1812,"children":1813},{"style":224},[1814],{"type":179,"value":296},{"type":173,"tag":217,"props":1816,"children":1817},{"style":224},[1818],{"type":179,"value":1142},{"type":173,"tag":217,"props":1820,"children":1821},{"style":224},[1822],{"type":179,"value":258},{"type":173,"tag":217,"props":1824,"children":1825},{"style":230},[1826],{"type":179,"value":1695},{"type":173,"tag":217,"props":1828,"children":1829},{"style":224},[1830],{"type":179,"value":1142},{"type":173,"tag":217,"props":1832,"children":1833},{"style":261},[1834],{"type":179,"value":1537},{"type":173,"tag":217,"props":1836,"children":1837},{"style":224},[1838],{"type":179,"value":296},{"type":173,"tag":217,"props":1840,"children":1841},{"style":299},[1842],{"type":179,"value":1708},{"type":173,"tag":217,"props":1844,"children":1845},{"style":224},[1846],{"type":179,"value":296},{"type":173,"tag":217,"props":1848,"children":1849},{"style":224},[1850],{"type":179,"value":311},{"type":173,"tag":217,"props":1852,"children":1853},{"style":224},[1854],{"type":179,"value":657},{"type":173,"tag":217,"props":1856,"children":1857},{"style":299},[1858],{"type":179,"value":1859},"woman",{"type":173,"tag":217,"props":1861,"children":1862},{"style":224},[1863],{"type":179,"value":296},{"type":173,"tag":217,"props":1865,"children":1866},{"style":261},[1867],{"type":179,"value":1572},{"type":173,"tag":217,"props":1869,"children":1870},{"style":224},[1871],{"type":179,"value":269},{"type":173,"tag":217,"props":1873,"children":1874},{"style":224},[1875],{"type":179,"value":1160},{"type":173,"tag":217,"props":1877,"children":1878},{"style":261},[1879],{"type":179,"value":348},{"type":173,"tag":217,"props":1881,"children":1882},{"style":224},[1883],{"type":179,"value":353},{"type":173,"tag":217,"props":1885,"children":1886},{"style":283},[1887],{"type":179,"value":1430},{"type":173,"tag":217,"props":1889,"children":1890},{"style":261},[1891],{"type":179,"value":542},{"type":173,"tag":174,"props":1893,"children":1895},{"id":1894},"sortoptions",[1896],{"type":173,"tag":195,"props":1897,"children":1899},{"className":1898},[],[1900],{"type":179,"value":1901},"sort(options)",{"type":173,"tag":682,"props":1903,"children":1904},{},[1905],{"type":173,"tag":686,"props":1906,"children":1907},{},[1908,1914],{"type":173,"tag":195,"props":1909,"children":1911},{"className":1910},[],[1912],{"type":179,"value":1913},"options",{"type":173,"tag":682,"props":1915,"children":1916},{},[1917,1927],{"type":173,"tag":686,"props":1918,"children":1919},{},[1920,1921],{"type":179,"value":704},{"type":173,"tag":195,"props":1922,"children":1924},{"className":1923},[],[1925],{"type":179,"value":1926},"object",{"type":173,"tag":686,"props":1928,"children":1929},{},[1930],{"type":173,"tag":715,"props":1931,"children":1932},{},[1933],{"type":179,"value":719},{"type":173,"tag":182,"props":1935,"children":1936},{},[1937],{"type":179,"value":1938},"Sort results by a field or fields.",{"type":173,"tag":206,"props":1940,"children":1942},{"className":501,"code":1941,"language":503,"meta":167,"style":167},"// Sort by title ascending\nconst articles = await queryContent('articles')\n  .sort({ title: 1 })\n  .find()\n\n// Sort by title ascending first then sort by category descending\nconst articles = await queryContent('articles')\n  .sort({ title: 1, category: -1 })\n  .find()\n// OR\nconst articles = await queryContent('articles')\n  .sort({ title: 1 })\n  .sort({ category: -1 })\n  .find()\n\n// Sort by nested field\nconst articles = await queryContent('articles')\n  .sort({ 'category.title': 1 })\n  .find()\n\n",[1943],{"type":173,"tag":195,"props":1944,"children":1945},{"__ignoreMap":167},[1946,1954,1997,2039,2054,2061,2069,2112,2174,2189,2197,2240,2280,2324,2340,2348,2357,2401,2450],{"type":173,"tag":217,"props":1947,"children":1948},{"class":219,"line":220},[1949],{"type":173,"tag":217,"props":1950,"children":1951},{"style":513},[1952],{"type":179,"value":1953},"// Sort by title ascending\n",{"type":173,"tag":217,"props":1955,"children":1956},{"class":219,"line":247},[1957,1961,1965,1969,1973,1977,1981,1985,1989,1993],{"type":173,"tag":217,"props":1958,"children":1959},{"style":236},[1960],{"type":179,"value":253},{"type":173,"tag":217,"props":1962,"children":1963},{"style":261},[1964],{"type":179,"value":1082},{"type":173,"tag":217,"props":1966,"children":1967},{"style":224},[1968],{"type":179,"value":533},{"type":173,"tag":217,"props":1970,"children":1971},{"style":277},[1972],{"type":179,"value":280},{"type":173,"tag":217,"props":1974,"children":1975},{"style":283},[1976],{"type":179,"value":326},{"type":173,"tag":217,"props":1978,"children":1979},{"style":261},[1980],{"type":179,"value":291},{"type":173,"tag":217,"props":1982,"children":1983},{"style":224},[1984],{"type":179,"value":296},{"type":173,"tag":217,"props":1986,"children":1987},{"style":299},[1988],{"type":179,"value":589},{"type":173,"tag":217,"props":1990,"children":1991},{"style":224},[1992],{"type":179,"value":296},{"type":173,"tag":217,"props":1994,"children":1995},{"style":261},[1996],{"type":179,"value":598},{"type":173,"tag":217,"props":1998,"children":1999},{"class":219,"line":366},[2000,2005,2010,2014,2018,2022,2026,2031,2035],{"type":173,"tag":217,"props":2001,"children":2002},{"style":224},[2003],{"type":179,"value":2004},"  .",{"type":173,"tag":217,"props":2006,"children":2007},{"style":283},[2008],{"type":179,"value":2009},"sort",{"type":173,"tag":217,"props":2011,"children":2012},{"style":261},[2013],{"type":179,"value":291},{"type":173,"tag":217,"props":2015,"children":2016},{"style":224},[2017],{"type":179,"value":1132},{"type":173,"tag":217,"props":2019,"children":2020},{"style":230},[2021],{"type":179,"value":1137},{"type":173,"tag":217,"props":2023,"children":2024},{"style":224},[2025],{"type":179,"value":1142},{"type":173,"tag":217,"props":2027,"children":2028},{"style":1406},[2029],{"type":179,"value":2030}," 1",{"type":173,"tag":217,"props":2032,"children":2033},{"style":224},[2034],{"type":179,"value":1160},{"type":173,"tag":217,"props":2036,"children":2037},{"style":261},[2038],{"type":179,"value":598},{"type":173,"tag":217,"props":2040,"children":2041},{"class":219,"line":383},[2042,2046,2050],{"type":173,"tag":217,"props":2043,"children":2044},{"style":224},[2045],{"type":179,"value":2004},{"type":173,"tag":217,"props":2047,"children":2048},{"style":283},[2049],{"type":179,"value":1430},{"type":173,"tag":217,"props":2051,"children":2052},{"style":261},[2053],{"type":179,"value":542},{"type":173,"tag":217,"props":2055,"children":2056},{"class":219,"line":393},[2057],{"type":173,"tag":217,"props":2058,"children":2059},{"emptyLinePlaceholder":387},[2060],{"type":179,"value":390},{"type":173,"tag":217,"props":2062,"children":2063},{"class":219,"line":410},[2064],{"type":173,"tag":217,"props":2065,"children":2066},{"style":513},[2067],{"type":179,"value":2068},"// Sort by title ascending first then sort by category descending\n",{"type":173,"tag":217,"props":2070,"children":2071},{"class":219,"line":427},[2072,2076,2080,2084,2088,2092,2096,2100,2104,2108],{"type":173,"tag":217,"props":2073,"children":2074},{"style":236},[2075],{"type":179,"value":253},{"type":173,"tag":217,"props":2077,"children":2078},{"style":261},[2079],{"type":179,"value":1082},{"type":173,"tag":217,"props":2081,"children":2082},{"style":224},[2083],{"type":179,"value":533},{"type":173,"tag":217,"props":2085,"children":2086},{"style":277},[2087],{"type":179,"value":280},{"type":173,"tag":217,"props":2089,"children":2090},{"style":283},[2091],{"type":179,"value":326},{"type":173,"tag":217,"props":2093,"children":2094},{"style":261},[2095],{"type":179,"value":291},{"type":173,"tag":217,"props":2097,"children":2098},{"style":224},[2099],{"type":179,"value":296},{"type":173,"tag":217,"props":2101,"children":2102},{"style":299},[2103],{"type":179,"value":589},{"type":173,"tag":217,"props":2105,"children":2106},{"style":224},[2107],{"type":179,"value":296},{"type":173,"tag":217,"props":2109,"children":2110},{"style":261},[2111],{"type":179,"value":598},{"type":173,"tag":217,"props":2113,"children":2114},{"class":219,"line":445},[2115,2119,2123,2127,2131,2135,2139,2143,2147,2152,2156,2161,2166,2170],{"type":173,"tag":217,"props":2116,"children":2117},{"style":224},[2118],{"type":179,"value":2004},{"type":173,"tag":217,"props":2120,"children":2121},{"style":283},[2122],{"type":179,"value":2009},{"type":173,"tag":217,"props":2124,"children":2125},{"style":261},[2126],{"type":179,"value":291},{"type":173,"tag":217,"props":2128,"children":2129},{"style":224},[2130],{"type":179,"value":1132},{"type":173,"tag":217,"props":2132,"children":2133},{"style":230},[2134],{"type":179,"value":1137},{"type":173,"tag":217,"props":2136,"children":2137},{"style":224},[2138],{"type":179,"value":1142},{"type":173,"tag":217,"props":2140,"children":2141},{"style":1406},[2142],{"type":179,"value":2030},{"type":173,"tag":217,"props":2144,"children":2145},{"style":224},[2146],{"type":179,"value":311},{"type":173,"tag":217,"props":2148,"children":2149},{"style":230},[2150],{"type":179,"value":2151}," category",{"type":173,"tag":217,"props":2153,"children":2154},{"style":224},[2155],{"type":179,"value":1142},{"type":173,"tag":217,"props":2157,"children":2158},{"style":224},[2159],{"type":179,"value":2160}," -",{"type":173,"tag":217,"props":2162,"children":2163},{"style":1406},[2164],{"type":179,"value":2165},"1",{"type":173,"tag":217,"props":2167,"children":2168},{"style":224},[2169],{"type":179,"value":1160},{"type":173,"tag":217,"props":2171,"children":2172},{"style":261},[2173],{"type":179,"value":598},{"type":173,"tag":217,"props":2175,"children":2176},{"class":219,"line":462},[2177,2181,2185],{"type":173,"tag":217,"props":2178,"children":2179},{"style":224},[2180],{"type":179,"value":2004},{"type":173,"tag":217,"props":2182,"children":2183},{"style":283},[2184],{"type":179,"value":1430},{"type":173,"tag":217,"props":2186,"children":2187},{"style":261},[2188],{"type":179,"value":542},{"type":173,"tag":217,"props":2190,"children":2191},{"class":219,"line":1444},[2192],{"type":173,"tag":217,"props":2193,"children":2194},{"style":513},[2195],{"type":179,"value":2196},"// OR\n",{"type":173,"tag":217,"props":2198,"children":2199},{"class":219,"line":1453},[2200,2204,2208,2212,2216,2220,2224,2228,2232,2236],{"type":173,"tag":217,"props":2201,"children":2202},{"style":236},[2203],{"type":179,"value":253},{"type":173,"tag":217,"props":2205,"children":2206},{"style":261},[2207],{"type":179,"value":1082},{"type":173,"tag":217,"props":2209,"children":2210},{"style":224},[2211],{"type":179,"value":533},{"type":173,"tag":217,"props":2213,"children":2214},{"style":277},[2215],{"type":179,"value":280},{"type":173,"tag":217,"props":2217,"children":2218},{"style":283},[2219],{"type":179,"value":326},{"type":173,"tag":217,"props":2221,"children":2222},{"style":261},[2223],{"type":179,"value":291},{"type":173,"tag":217,"props":2225,"children":2226},{"style":224},[2227],{"type":179,"value":296},{"type":173,"tag":217,"props":2229,"children":2230},{"style":299},[2231],{"type":179,"value":589},{"type":173,"tag":217,"props":2233,"children":2234},{"style":224},[2235],{"type":179,"value":296},{"type":173,"tag":217,"props":2237,"children":2238},{"style":261},[2239],{"type":179,"value":598},{"type":173,"tag":217,"props":2241,"children":2243},{"class":219,"line":2242},12,[2244,2248,2252,2256,2260,2264,2268,2272,2276],{"type":173,"tag":217,"props":2245,"children":2246},{"style":224},[2247],{"type":179,"value":2004},{"type":173,"tag":217,"props":2249,"children":2250},{"style":283},[2251],{"type":179,"value":2009},{"type":173,"tag":217,"props":2253,"children":2254},{"style":261},[2255],{"type":179,"value":291},{"type":173,"tag":217,"props":2257,"children":2258},{"style":224},[2259],{"type":179,"value":1132},{"type":173,"tag":217,"props":2261,"children":2262},{"style":230},[2263],{"type":179,"value":1137},{"type":173,"tag":217,"props":2265,"children":2266},{"style":224},[2267],{"type":179,"value":1142},{"type":173,"tag":217,"props":2269,"children":2270},{"style":1406},[2271],{"type":179,"value":2030},{"type":173,"tag":217,"props":2273,"children":2274},{"style":224},[2275],{"type":179,"value":1160},{"type":173,"tag":217,"props":2277,"children":2278},{"style":261},[2279],{"type":179,"value":598},{"type":173,"tag":217,"props":2281,"children":2283},{"class":219,"line":2282},13,[2284,2288,2292,2296,2300,2304,2308,2312,2316,2320],{"type":173,"tag":217,"props":2285,"children":2286},{"style":224},[2287],{"type":179,"value":2004},{"type":173,"tag":217,"props":2289,"children":2290},{"style":283},[2291],{"type":179,"value":2009},{"type":173,"tag":217,"props":2293,"children":2294},{"style":261},[2295],{"type":179,"value":291},{"type":173,"tag":217,"props":2297,"children":2298},{"style":224},[2299],{"type":179,"value":1132},{"type":173,"tag":217,"props":2301,"children":2302},{"style":230},[2303],{"type":179,"value":2151},{"type":173,"tag":217,"props":2305,"children":2306},{"style":224},[2307],{"type":179,"value":1142},{"type":173,"tag":217,"props":2309,"children":2310},{"style":224},[2311],{"type":179,"value":2160},{"type":173,"tag":217,"props":2313,"children":2314},{"style":1406},[2315],{"type":179,"value":2165},{"type":173,"tag":217,"props":2317,"children":2318},{"style":224},[2319],{"type":179,"value":1160},{"type":173,"tag":217,"props":2321,"children":2322},{"style":261},[2323],{"type":179,"value":598},{"type":173,"tag":217,"props":2325,"children":2327},{"class":219,"line":2326},14,[2328,2332,2336],{"type":173,"tag":217,"props":2329,"children":2330},{"style":224},[2331],{"type":179,"value":2004},{"type":173,"tag":217,"props":2333,"children":2334},{"style":283},[2335],{"type":179,"value":1430},{"type":173,"tag":217,"props":2337,"children":2338},{"style":261},[2339],{"type":179,"value":542},{"type":173,"tag":217,"props":2341,"children":2343},{"class":219,"line":2342},15,[2344],{"type":173,"tag":217,"props":2345,"children":2346},{"emptyLinePlaceholder":387},[2347],{"type":179,"value":390},{"type":173,"tag":217,"props":2349,"children":2351},{"class":219,"line":2350},16,[2352],{"type":173,"tag":217,"props":2353,"children":2354},{"style":513},[2355],{"type":179,"value":2356},"// Sort by nested field\n",{"type":173,"tag":217,"props":2358,"children":2360},{"class":219,"line":2359},17,[2361,2365,2369,2373,2377,2381,2385,2389,2393,2397],{"type":173,"tag":217,"props":2362,"children":2363},{"style":236},[2364],{"type":179,"value":253},{"type":173,"tag":217,"props":2366,"children":2367},{"style":261},[2368],{"type":179,"value":1082},{"type":173,"tag":217,"props":2370,"children":2371},{"style":224},[2372],{"type":179,"value":533},{"type":173,"tag":217,"props":2374,"children":2375},{"style":277},[2376],{"type":179,"value":280},{"type":173,"tag":217,"props":2378,"children":2379},{"style":283},[2380],{"type":179,"value":326},{"type":173,"tag":217,"props":2382,"children":2383},{"style":261},[2384],{"type":179,"value":291},{"type":173,"tag":217,"props":2386,"children":2387},{"style":224},[2388],{"type":179,"value":296},{"type":173,"tag":217,"props":2390,"children":2391},{"style":299},[2392],{"type":179,"value":589},{"type":173,"tag":217,"props":2394,"children":2395},{"style":224},[2396],{"type":179,"value":296},{"type":173,"tag":217,"props":2398,"children":2399},{"style":261},[2400],{"type":179,"value":598},{"type":173,"tag":217,"props":2402,"children":2404},{"class":219,"line":2403},18,[2405,2409,2413,2417,2421,2425,2430,2434,2438,2442,2446],{"type":173,"tag":217,"props":2406,"children":2407},{"style":224},[2408],{"type":179,"value":2004},{"type":173,"tag":217,"props":2410,"children":2411},{"style":283},[2412],{"type":179,"value":2009},{"type":173,"tag":217,"props":2414,"children":2415},{"style":261},[2416],{"type":179,"value":291},{"type":173,"tag":217,"props":2418,"children":2419},{"style":224},[2420],{"type":179,"value":1132},{"type":173,"tag":217,"props":2422,"children":2423},{"style":224},[2424],{"type":179,"value":657},{"type":173,"tag":217,"props":2426,"children":2427},{"style":230},[2428],{"type":179,"value":2429},"category.title",{"type":173,"tag":217,"props":2431,"children":2432},{"style":224},[2433],{"type":179,"value":296},{"type":173,"tag":217,"props":2435,"children":2436},{"style":224},[2437],{"type":179,"value":1142},{"type":173,"tag":217,"props":2439,"children":2440},{"style":1406},[2441],{"type":179,"value":2030},{"type":173,"tag":217,"props":2443,"children":2444},{"style":224},[2445],{"type":179,"value":1160},{"type":173,"tag":217,"props":2447,"children":2448},{"style":261},[2449],{"type":179,"value":598},{"type":173,"tag":217,"props":2451,"children":2453},{"class":219,"line":2452},19,[2454,2458,2462],{"type":173,"tag":217,"props":2455,"children":2456},{"style":224},[2457],{"type":179,"value":2004},{"type":173,"tag":217,"props":2459,"children":2460},{"style":283},[2461],{"type":179,"value":1430},{"type":173,"tag":217,"props":2463,"children":2464},{"style":261},[2465],{"type":179,"value":542},{"type":173,"tag":2467,"props":2468,"children":2469},"blockquote",{},[2470,2501],{"type":173,"tag":182,"props":2471,"children":2472},{},[2473,2479,2481,2486,2488,2493,2495,2500],{"type":173,"tag":195,"props":2474,"children":2476},{"className":2475},[],[2477],{"type":179,"value":2478},"sort()",{"type":179,"value":2480}," method does ",{"type":173,"tag":715,"props":2482,"children":2483},{},[2484],{"type":179,"value":2485},"case-sensitive, alphabetical",{"type":179,"value":2487}," sort by default. There is some magical options you can pass to sort options to change sort behavior, like sorting ",{"type":173,"tag":715,"props":2489,"children":2490},{},[2491],{"type":179,"value":2492},"case-insensitive",{"type":179,"value":2494}," or ",{"type":173,"tag":715,"props":2496,"children":2497},{},[2498],{"type":179,"value":2499},"numerically rather than alphabetically",{"type":179,"value":353},{"type":173,"tag":682,"props":2502,"children":2503},{},[2504,2523,2541],{"type":173,"tag":686,"props":2505,"children":2506},{},[2507,2513,2515,2521],{"type":173,"tag":195,"props":2508,"children":2510},{"className":2509},[],[2511],{"type":179,"value":2512},"$sensitivity",{"type":179,"value":2514},": Change case sensitivity. Like using ",{"type":173,"tag":195,"props":2516,"children":2518},{"className":2517},[],[2519],{"type":179,"value":2520},"$sensitivity: 'base'",{"type":179,"value":2522}," for case-insensitive sort",{"type":173,"tag":686,"props":2524,"children":2525},{},[2526,2532,2534,2540],{"type":173,"tag":195,"props":2527,"children":2529},{"className":2528},[],[2530],{"type":179,"value":2531},"$numeric",{"type":179,"value":2533},": Boolean whether numeric collation should be used, such that ",{"type":173,"tag":195,"props":2535,"children":2537},{"className":2536},[],[2538],{"type":179,"value":2539},"\"1\" \u003C \"2\" \u003C \"10\"",{"type":179,"value":353},{"type":173,"tag":686,"props":2542,"children":2543},{},[2544,2550],{"type":173,"tag":195,"props":2545,"children":2547},{"className":2546},[],[2548],{"type":179,"value":2549},"$caseFirst",{"type":179,"value":2551},": Whether upper case or lower case should sort first.",{"type":173,"tag":182,"props":2553,"children":2554},{},[2555],{"type":179,"value":2556},"For example, to sort a list of people from youngest to oldest:",{"type":173,"tag":206,"props":2558,"children":2560},{"className":501,"code":2559,"language":503,"meta":167,"style":167},"const people = await queryContent('people')\n  .sort({ age: 1, $numeric: true })\n  .find()\n",[2561],{"type":173,"tag":195,"props":2562,"children":2563},{"__ignoreMap":167},[2564,2609,2667],{"type":173,"tag":217,"props":2565,"children":2566},{"class":219,"line":220},[2567,2571,2576,2580,2584,2588,2592,2596,2601,2605],{"type":173,"tag":217,"props":2568,"children":2569},{"style":236},[2570],{"type":179,"value":253},{"type":173,"tag":217,"props":2572,"children":2573},{"style":261},[2574],{"type":179,"value":2575}," people ",{"type":173,"tag":217,"props":2577,"children":2578},{"style":224},[2579],{"type":179,"value":533},{"type":173,"tag":217,"props":2581,"children":2582},{"style":277},[2583],{"type":179,"value":280},{"type":173,"tag":217,"props":2585,"children":2586},{"style":283},[2587],{"type":179,"value":326},{"type":173,"tag":217,"props":2589,"children":2590},{"style":261},[2591],{"type":179,"value":291},{"type":173,"tag":217,"props":2593,"children":2594},{"style":224},[2595],{"type":179,"value":296},{"type":173,"tag":217,"props":2597,"children":2598},{"style":299},[2599],{"type":179,"value":2600},"people",{"type":173,"tag":217,"props":2602,"children":2603},{"style":224},[2604],{"type":179,"value":296},{"type":173,"tag":217,"props":2606,"children":2607},{"style":261},[2608],{"type":179,"value":598},{"type":173,"tag":217,"props":2610,"children":2611},{"class":219,"line":247},[2612,2616,2620,2624,2628,2632,2636,2640,2644,2649,2653,2659,2663],{"type":173,"tag":217,"props":2613,"children":2614},{"style":224},[2615],{"type":179,"value":2004},{"type":173,"tag":217,"props":2617,"children":2618},{"style":283},[2619],{"type":179,"value":2009},{"type":173,"tag":217,"props":2621,"children":2622},{"style":261},[2623],{"type":179,"value":291},{"type":173,"tag":217,"props":2625,"children":2626},{"style":224},[2627],{"type":179,"value":1132},{"type":173,"tag":217,"props":2629,"children":2630},{"style":230},[2631],{"type":179,"value":1386},{"type":173,"tag":217,"props":2633,"children":2634},{"style":224},[2635],{"type":179,"value":1142},{"type":173,"tag":217,"props":2637,"children":2638},{"style":1406},[2639],{"type":179,"value":2030},{"type":173,"tag":217,"props":2641,"children":2642},{"style":224},[2643],{"type":179,"value":311},{"type":173,"tag":217,"props":2645,"children":2646},{"style":230},[2647],{"type":179,"value":2648}," $numeric",{"type":173,"tag":217,"props":2650,"children":2651},{"style":224},[2652],{"type":179,"value":1142},{"type":173,"tag":217,"props":2654,"children":2656},{"style":2655},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[2657],{"type":179,"value":2658}," true",{"type":173,"tag":217,"props":2660,"children":2661},{"style":224},[2662],{"type":179,"value":1160},{"type":173,"tag":217,"props":2664,"children":2665},{"style":261},[2666],{"type":179,"value":598},{"type":173,"tag":217,"props":2668,"children":2669},{"class":219,"line":366},[2670,2674,2678],{"type":173,"tag":217,"props":2671,"children":2672},{"style":224},[2673],{"type":179,"value":2004},{"type":173,"tag":217,"props":2675,"children":2676},{"style":283},[2677],{"type":179,"value":1430},{"type":173,"tag":217,"props":2679,"children":2680},{"style":261},[2681],{"type":179,"value":542},{"type":173,"tag":182,"props":2683,"children":2684},{},[2685,2687,2694],{"type":179,"value":2686},"These options are given to ",{"type":173,"tag":188,"props":2688,"children":2691},{"href":2689,"rel":2690},"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator#parameters",[192],[2692],{"type":179,"value":2693},"Intl.Collator()",{"type":179,"value":353},{"type":173,"tag":174,"props":2696,"children":2698},{"id":2697},"limitcount",[2699],{"type":173,"tag":195,"props":2700,"children":2702},{"className":2701},[],[2703],{"type":179,"value":2704},"limit(count)",{"type":173,"tag":682,"props":2706,"children":2707},{},[2708],{"type":173,"tag":686,"props":2709,"children":2710},{},[2711,2717],{"type":173,"tag":195,"props":2712,"children":2714},{"className":2713},[],[2715],{"type":179,"value":2716},"count",{"type":173,"tag":682,"props":2718,"children":2719},{},[2720,2730],{"type":173,"tag":686,"props":2721,"children":2722},{},[2723,2724],{"type":179,"value":704},{"type":173,"tag":195,"props":2725,"children":2727},{"className":2726},[],[2728],{"type":179,"value":2729},"number",{"type":173,"tag":686,"props":2731,"children":2732},{},[2733],{"type":173,"tag":715,"props":2734,"children":2735},{},[2736],{"type":179,"value":719},{"type":173,"tag":182,"props":2738,"children":2739},{},[2740],{"type":179,"value":2741},"Limit number of results.",{"type":173,"tag":206,"props":2743,"children":2745},{"className":501,"code":2744,"language":503,"meta":167,"style":167},"// fetch only 5 articles\nconst articles = await queryContent('articles').limit(5).find()\n",[2746],{"type":173,"tag":195,"props":2747,"children":2748},{"__ignoreMap":167},[2749,2757],{"type":173,"tag":217,"props":2750,"children":2751},{"class":219,"line":220},[2752],{"type":173,"tag":217,"props":2753,"children":2754},{"style":513},[2755],{"type":179,"value":2756},"// fetch only 5 articles\n",{"type":173,"tag":217,"props":2758,"children":2759},{"class":219,"line":247},[2760,2764,2768,2772,2776,2780,2784,2788,2792,2796,2800,2804,2809,2813,2818,2822,2826,2830],{"type":173,"tag":217,"props":2761,"children":2762},{"style":236},[2763],{"type":179,"value":253},{"type":173,"tag":217,"props":2765,"children":2766},{"style":261},[2767],{"type":179,"value":1082},{"type":173,"tag":217,"props":2769,"children":2770},{"style":224},[2771],{"type":179,"value":533},{"type":173,"tag":217,"props":2773,"children":2774},{"style":277},[2775],{"type":179,"value":280},{"type":173,"tag":217,"props":2777,"children":2778},{"style":283},[2779],{"type":179,"value":326},{"type":173,"tag":217,"props":2781,"children":2782},{"style":261},[2783],{"type":179,"value":291},{"type":173,"tag":217,"props":2785,"children":2786},{"style":224},[2787],{"type":179,"value":296},{"type":173,"tag":217,"props":2789,"children":2790},{"style":299},[2791],{"type":179,"value":589},{"type":173,"tag":217,"props":2793,"children":2794},{"style":224},[2795],{"type":179,"value":296},{"type":173,"tag":217,"props":2797,"children":2798},{"style":261},[2799],{"type":179,"value":348},{"type":173,"tag":217,"props":2801,"children":2802},{"style":224},[2803],{"type":179,"value":353},{"type":173,"tag":217,"props":2805,"children":2806},{"style":283},[2807],{"type":179,"value":2808},"limit",{"type":173,"tag":217,"props":2810,"children":2811},{"style":261},[2812],{"type":179,"value":291},{"type":173,"tag":217,"props":2814,"children":2815},{"style":1406},[2816],{"type":179,"value":2817},"5",{"type":173,"tag":217,"props":2819,"children":2820},{"style":261},[2821],{"type":179,"value":348},{"type":173,"tag":217,"props":2823,"children":2824},{"style":224},[2825],{"type":179,"value":353},{"type":173,"tag":217,"props":2827,"children":2828},{"style":283},[2829],{"type":179,"value":1430},{"type":173,"tag":217,"props":2831,"children":2832},{"style":261},[2833],{"type":179,"value":542},{"type":173,"tag":174,"props":2835,"children":2837},{"id":2836},"skipcount",[2838],{"type":173,"tag":195,"props":2839,"children":2841},{"className":2840},[],[2842],{"type":179,"value":2843},"skip(count)",{"type":173,"tag":682,"props":2845,"children":2846},{},[2847],{"type":173,"tag":686,"props":2848,"children":2849},{},[2850,2855],{"type":173,"tag":195,"props":2851,"children":2853},{"className":2852},[],[2854],{"type":179,"value":2716},{"type":173,"tag":682,"props":2856,"children":2857},{},[2858,2867],{"type":173,"tag":686,"props":2859,"children":2860},{},[2861,2862],{"type":179,"value":704},{"type":173,"tag":195,"props":2863,"children":2865},{"className":2864},[],[2866],{"type":179,"value":2729},{"type":173,"tag":686,"props":2868,"children":2869},{},[2870],{"type":173,"tag":715,"props":2871,"children":2872},{},[2873],{"type":179,"value":719},{"type":173,"tag":182,"props":2875,"children":2876},{},[2877],{"type":179,"value":2878},"Skip results.",{"type":173,"tag":206,"props":2880,"children":2882},{"className":501,"code":2881,"language":503,"meta":167,"style":167},"// fetch the next 5 articles\nconst articles = await queryContent('articles')\n    .skip(5)\n    .limit(5)\n    .find()\n",[2883],{"type":173,"tag":195,"props":2884,"children":2885},{"__ignoreMap":167},[2886,2894,2937,2962,2985],{"type":173,"tag":217,"props":2887,"children":2888},{"class":219,"line":220},[2889],{"type":173,"tag":217,"props":2890,"children":2891},{"style":513},[2892],{"type":179,"value":2893},"// fetch the next 5 articles\n",{"type":173,"tag":217,"props":2895,"children":2896},{"class":219,"line":247},[2897,2901,2905,2909,2913,2917,2921,2925,2929,2933],{"type":173,"tag":217,"props":2898,"children":2899},{"style":236},[2900],{"type":179,"value":253},{"type":173,"tag":217,"props":2902,"children":2903},{"style":261},[2904],{"type":179,"value":1082},{"type":173,"tag":217,"props":2906,"children":2907},{"style":224},[2908],{"type":179,"value":533},{"type":173,"tag":217,"props":2910,"children":2911},{"style":277},[2912],{"type":179,"value":280},{"type":173,"tag":217,"props":2914,"children":2915},{"style":283},[2916],{"type":179,"value":326},{"type":173,"tag":217,"props":2918,"children":2919},{"style":261},[2920],{"type":179,"value":291},{"type":173,"tag":217,"props":2922,"children":2923},{"style":224},[2924],{"type":179,"value":296},{"type":173,"tag":217,"props":2926,"children":2927},{"style":299},[2928],{"type":179,"value":589},{"type":173,"tag":217,"props":2930,"children":2931},{"style":224},[2932],{"type":179,"value":296},{"type":173,"tag":217,"props":2934,"children":2935},{"style":261},[2936],{"type":179,"value":598},{"type":173,"tag":217,"props":2938,"children":2939},{"class":219,"line":366},[2940,2945,2950,2954,2958],{"type":173,"tag":217,"props":2941,"children":2942},{"style":224},[2943],{"type":179,"value":2944},"    .",{"type":173,"tag":217,"props":2946,"children":2947},{"style":283},[2948],{"type":179,"value":2949},"skip",{"type":173,"tag":217,"props":2951,"children":2952},{"style":261},[2953],{"type":179,"value":291},{"type":173,"tag":217,"props":2955,"children":2956},{"style":1406},[2957],{"type":179,"value":2817},{"type":173,"tag":217,"props":2959,"children":2960},{"style":261},[2961],{"type":179,"value":598},{"type":173,"tag":217,"props":2963,"children":2964},{"class":219,"line":383},[2965,2969,2973,2977,2981],{"type":173,"tag":217,"props":2966,"children":2967},{"style":224},[2968],{"type":179,"value":2944},{"type":173,"tag":217,"props":2970,"children":2971},{"style":283},[2972],{"type":179,"value":2808},{"type":173,"tag":217,"props":2974,"children":2975},{"style":261},[2976],{"type":179,"value":291},{"type":173,"tag":217,"props":2978,"children":2979},{"style":1406},[2980],{"type":179,"value":2817},{"type":173,"tag":217,"props":2982,"children":2983},{"style":261},[2984],{"type":179,"value":598},{"type":173,"tag":217,"props":2986,"children":2987},{"class":219,"line":393},[2988,2992,2996],{"type":173,"tag":217,"props":2989,"children":2990},{"style":224},[2991],{"type":179,"value":2944},{"type":173,"tag":217,"props":2993,"children":2994},{"style":283},[2995],{"type":179,"value":1430},{"type":173,"tag":217,"props":2997,"children":2998},{"style":261},[2999],{"type":179,"value":542},{"type":173,"tag":174,"props":3001,"children":3003},{"id":3002},"withoutkeys",[3004],{"type":173,"tag":195,"props":3005,"children":3007},{"className":3006},[],[3008],{"type":179,"value":3009},"without(keys)",{"type":173,"tag":682,"props":3011,"children":3012},{},[3013],{"type":173,"tag":686,"props":3014,"children":3015},{},[3016,3022],{"type":173,"tag":195,"props":3017,"children":3019},{"className":3018},[],[3020],{"type":179,"value":3021},"keys",{"type":173,"tag":682,"props":3023,"children":3024},{},[3025,3042],{"type":173,"tag":686,"props":3026,"children":3027},{},[3028,3029,3035,3036],{"type":179,"value":704},{"type":173,"tag":195,"props":3030,"children":3032},{"className":3031},[],[3033],{"type":179,"value":3034},"string[]",{"type":179,"value":2494},{"type":173,"tag":195,"props":3037,"children":3039},{"className":3038},[],[3040],{"type":179,"value":3041},"string",{"type":173,"tag":686,"props":3043,"children":3044},{},[3045],{"type":173,"tag":715,"props":3046,"children":3047},{},[3048],{"type":179,"value":719},{"type":173,"tag":182,"props":3050,"children":3051},{},[3052],{"type":179,"value":3053},"Remove a subset of fields.",{"type":173,"tag":206,"props":3055,"children":3057},{"className":501,"code":3056,"language":503,"meta":167,"style":167},"const articles = await queryContent('articles').without('unused-key').find()\n\nconst articles = await queryContent('articles').without(['unused-key', 'another-unused-key']).find()\n",[3058],{"type":173,"tag":195,"props":3059,"children":3060},{"__ignoreMap":167},[3061,3146,3153],{"type":173,"tag":217,"props":3062,"children":3063},{"class":219,"line":220},[3064,3068,3072,3076,3080,3084,3088,3092,3096,3100,3104,3108,3113,3117,3121,3126,3130,3134,3138,3142],{"type":173,"tag":217,"props":3065,"children":3066},{"style":236},[3067],{"type":179,"value":253},{"type":173,"tag":217,"props":3069,"children":3070},{"style":261},[3071],{"type":179,"value":1082},{"type":173,"tag":217,"props":3073,"children":3074},{"style":224},[3075],{"type":179,"value":533},{"type":173,"tag":217,"props":3077,"children":3078},{"style":277},[3079],{"type":179,"value":280},{"type":173,"tag":217,"props":3081,"children":3082},{"style":283},[3083],{"type":179,"value":326},{"type":173,"tag":217,"props":3085,"children":3086},{"style":261},[3087],{"type":179,"value":291},{"type":173,"tag":217,"props":3089,"children":3090},{"style":224},[3091],{"type":179,"value":296},{"type":173,"tag":217,"props":3093,"children":3094},{"style":299},[3095],{"type":179,"value":589},{"type":173,"tag":217,"props":3097,"children":3098},{"style":224},[3099],{"type":179,"value":296},{"type":173,"tag":217,"props":3101,"children":3102},{"style":261},[3103],{"type":179,"value":348},{"type":173,"tag":217,"props":3105,"children":3106},{"style":224},[3107],{"type":179,"value":353},{"type":173,"tag":217,"props":3109,"children":3110},{"style":283},[3111],{"type":179,"value":3112},"without",{"type":173,"tag":217,"props":3114,"children":3115},{"style":261},[3116],{"type":179,"value":291},{"type":173,"tag":217,"props":3118,"children":3119},{"style":224},[3120],{"type":179,"value":296},{"type":173,"tag":217,"props":3122,"children":3123},{"style":299},[3124],{"type":179,"value":3125},"unused-key",{"type":173,"tag":217,"props":3127,"children":3128},{"style":224},[3129],{"type":179,"value":296},{"type":173,"tag":217,"props":3131,"children":3132},{"style":261},[3133],{"type":179,"value":348},{"type":173,"tag":217,"props":3135,"children":3136},{"style":224},[3137],{"type":179,"value":353},{"type":173,"tag":217,"props":3139,"children":3140},{"style":283},[3141],{"type":179,"value":1430},{"type":173,"tag":217,"props":3143,"children":3144},{"style":261},[3145],{"type":179,"value":542},{"type":173,"tag":217,"props":3147,"children":3148},{"class":219,"line":247},[3149],{"type":173,"tag":217,"props":3150,"children":3151},{"emptyLinePlaceholder":387},[3152],{"type":179,"value":390},{"type":173,"tag":217,"props":3154,"children":3155},{"class":219,"line":366},[3156,3160,3164,3168,3172,3176,3180,3184,3188,3192,3196,3200,3204,3209,3213,3217,3221,3225,3229,3234,3238,3243,3247,3251],{"type":173,"tag":217,"props":3157,"children":3158},{"style":236},[3159],{"type":179,"value":253},{"type":173,"tag":217,"props":3161,"children":3162},{"style":261},[3163],{"type":179,"value":1082},{"type":173,"tag":217,"props":3165,"children":3166},{"style":224},[3167],{"type":179,"value":533},{"type":173,"tag":217,"props":3169,"children":3170},{"style":277},[3171],{"type":179,"value":280},{"type":173,"tag":217,"props":3173,"children":3174},{"style":283},[3175],{"type":179,"value":326},{"type":173,"tag":217,"props":3177,"children":3178},{"style":261},[3179],{"type":179,"value":291},{"type":173,"tag":217,"props":3181,"children":3182},{"style":224},[3183],{"type":179,"value":296},{"type":173,"tag":217,"props":3185,"children":3186},{"style":299},[3187],{"type":179,"value":589},{"type":173,"tag":217,"props":3189,"children":3190},{"style":224},[3191],{"type":179,"value":296},{"type":173,"tag":217,"props":3193,"children":3194},{"style":261},[3195],{"type":179,"value":348},{"type":173,"tag":217,"props":3197,"children":3198},{"style":224},[3199],{"type":179,"value":353},{"type":173,"tag":217,"props":3201,"children":3202},{"style":283},[3203],{"type":179,"value":3112},{"type":173,"tag":217,"props":3205,"children":3206},{"style":261},[3207],{"type":179,"value":3208},"([",{"type":173,"tag":217,"props":3210,"children":3211},{"style":224},[3212],{"type":179,"value":296},{"type":173,"tag":217,"props":3214,"children":3215},{"style":299},[3216],{"type":179,"value":3125},{"type":173,"tag":217,"props":3218,"children":3219},{"style":224},[3220],{"type":179,"value":296},{"type":173,"tag":217,"props":3222,"children":3223},{"style":224},[3224],{"type":179,"value":311},{"type":173,"tag":217,"props":3226,"children":3227},{"style":224},[3228],{"type":179,"value":657},{"type":173,"tag":217,"props":3230,"children":3231},{"style":299},[3232],{"type":179,"value":3233},"another-unused-key",{"type":173,"tag":217,"props":3235,"children":3236},{"style":224},[3237],{"type":179,"value":296},{"type":173,"tag":217,"props":3239,"children":3240},{"style":261},[3241],{"type":179,"value":3242},"])",{"type":173,"tag":217,"props":3244,"children":3245},{"style":224},[3246],{"type":179,"value":353},{"type":173,"tag":217,"props":3248,"children":3249},{"style":283},[3250],{"type":179,"value":1430},{"type":173,"tag":217,"props":3252,"children":3253},{"style":261},[3254],{"type":179,"value":542},{"type":173,"tag":174,"props":3256,"children":3258},{"id":3257},"onlykeys",[3259],{"type":173,"tag":195,"props":3260,"children":3262},{"className":3261},[],[3263],{"type":179,"value":3264},"only(keys)",{"type":173,"tag":682,"props":3266,"children":3267},{},[3268],{"type":173,"tag":686,"props":3269,"children":3270},{},[3271,3276],{"type":173,"tag":195,"props":3272,"children":3274},{"className":3273},[],[3275],{"type":179,"value":3021},{"type":173,"tag":682,"props":3277,"children":3278},{},[3279,3294],{"type":173,"tag":686,"props":3280,"children":3281},{},[3282,3283,3288,3289],{"type":179,"value":704},{"type":173,"tag":195,"props":3284,"children":3286},{"className":3285},[],[3287],{"type":179,"value":3034},{"type":179,"value":2494},{"type":173,"tag":195,"props":3290,"children":3292},{"className":3291},[],[3293],{"type":179,"value":3041},{"type":173,"tag":686,"props":3295,"children":3296},{},[3297],{"type":173,"tag":715,"props":3298,"children":3299},{},[3300],{"type":179,"value":719},{"type":173,"tag":182,"props":3302,"children":3303},{},[3304],{"type":179,"value":3305},"Select a subset of fields.",{"type":173,"tag":206,"props":3307,"children":3309},{"className":501,"code":3308,"language":503,"meta":167,"style":167},"const articles = await queryContent('articles').only('id').find()\n\nconst articles = await queryContent('articles').only(['id', 'title']).find()\n",[3310],{"type":173,"tag":195,"props":3311,"children":3312},{"__ignoreMap":167},[3313,3398,3405],{"type":173,"tag":217,"props":3314,"children":3315},{"class":219,"line":220},[3316,3320,3324,3328,3332,3336,3340,3344,3348,3352,3356,3360,3365,3369,3373,3378,3382,3386,3390,3394],{"type":173,"tag":217,"props":3317,"children":3318},{"style":236},[3319],{"type":179,"value":253},{"type":173,"tag":217,"props":3321,"children":3322},{"style":261},[3323],{"type":179,"value":1082},{"type":173,"tag":217,"props":3325,"children":3326},{"style":224},[3327],{"type":179,"value":533},{"type":173,"tag":217,"props":3329,"children":3330},{"style":277},[3331],{"type":179,"value":280},{"type":173,"tag":217,"props":3333,"children":3334},{"style":283},[3335],{"type":179,"value":326},{"type":173,"tag":217,"props":3337,"children":3338},{"style":261},[3339],{"type":179,"value":291},{"type":173,"tag":217,"props":3341,"children":3342},{"style":224},[3343],{"type":179,"value":296},{"type":173,"tag":217,"props":3345,"children":3346},{"style":299},[3347],{"type":179,"value":589},{"type":173,"tag":217,"props":3349,"children":3350},{"style":224},[3351],{"type":179,"value":296},{"type":173,"tag":217,"props":3353,"children":3354},{"style":261},[3355],{"type":179,"value":348},{"type":173,"tag":217,"props":3357,"children":3358},{"style":224},[3359],{"type":179,"value":353},{"type":173,"tag":217,"props":3361,"children":3362},{"style":283},[3363],{"type":179,"value":3364},"only",{"type":173,"tag":217,"props":3366,"children":3367},{"style":261},[3368],{"type":179,"value":291},{"type":173,"tag":217,"props":3370,"children":3371},{"style":224},[3372],{"type":179,"value":296},{"type":173,"tag":217,"props":3374,"children":3375},{"style":299},[3376],{"type":179,"value":3377},"id",{"type":173,"tag":217,"props":3379,"children":3380},{"style":224},[3381],{"type":179,"value":296},{"type":173,"tag":217,"props":3383,"children":3384},{"style":261},[3385],{"type":179,"value":348},{"type":173,"tag":217,"props":3387,"children":3388},{"style":224},[3389],{"type":179,"value":353},{"type":173,"tag":217,"props":3391,"children":3392},{"style":283},[3393],{"type":179,"value":1430},{"type":173,"tag":217,"props":3395,"children":3396},{"style":261},[3397],{"type":179,"value":542},{"type":173,"tag":217,"props":3399,"children":3400},{"class":219,"line":247},[3401],{"type":173,"tag":217,"props":3402,"children":3403},{"emptyLinePlaceholder":387},[3404],{"type":179,"value":390},{"type":173,"tag":217,"props":3406,"children":3407},{"class":219,"line":366},[3408,3412,3416,3420,3424,3428,3432,3436,3440,3444,3448,3452,3456,3460,3464,3468,3472,3476,3480,3485,3489,3493,3497,3501],{"type":173,"tag":217,"props":3409,"children":3410},{"style":236},[3411],{"type":179,"value":253},{"type":173,"tag":217,"props":3413,"children":3414},{"style":261},[3415],{"type":179,"value":1082},{"type":173,"tag":217,"props":3417,"children":3418},{"style":224},[3419],{"type":179,"value":533},{"type":173,"tag":217,"props":3421,"children":3422},{"style":277},[3423],{"type":179,"value":280},{"type":173,"tag":217,"props":3425,"children":3426},{"style":283},[3427],{"type":179,"value":326},{"type":173,"tag":217,"props":3429,"children":3430},{"style":261},[3431],{"type":179,"value":291},{"type":173,"tag":217,"props":3433,"children":3434},{"style":224},[3435],{"type":179,"value":296},{"type":173,"tag":217,"props":3437,"children":3438},{"style":299},[3439],{"type":179,"value":589},{"type":173,"tag":217,"props":3441,"children":3442},{"style":224},[3443],{"type":179,"value":296},{"type":173,"tag":217,"props":3445,"children":3446},{"style":261},[3447],{"type":179,"value":348},{"type":173,"tag":217,"props":3449,"children":3450},{"style":224},[3451],{"type":179,"value":353},{"type":173,"tag":217,"props":3453,"children":3454},{"style":283},[3455],{"type":179,"value":3364},{"type":173,"tag":217,"props":3457,"children":3458},{"style":261},[3459],{"type":179,"value":3208},{"type":173,"tag":217,"props":3461,"children":3462},{"style":224},[3463],{"type":179,"value":296},{"type":173,"tag":217,"props":3465,"children":3466},{"style":299},[3467],{"type":179,"value":3377},{"type":173,"tag":217,"props":3469,"children":3470},{"style":224},[3471],{"type":179,"value":296},{"type":173,"tag":217,"props":3473,"children":3474},{"style":224},[3475],{"type":179,"value":311},{"type":173,"tag":217,"props":3477,"children":3478},{"style":224},[3479],{"type":179,"value":657},{"type":173,"tag":217,"props":3481,"children":3482},{"style":299},[3483],{"type":179,"value":3484},"title",{"type":173,"tag":217,"props":3486,"children":3487},{"style":224},[3488],{"type":179,"value":296},{"type":173,"tag":217,"props":3490,"children":3491},{"style":261},[3492],{"type":179,"value":3242},{"type":173,"tag":217,"props":3494,"children":3495},{"style":224},[3496],{"type":179,"value":353},{"type":173,"tag":217,"props":3498,"children":3499},{"style":283},[3500],{"type":179,"value":1430},{"type":173,"tag":217,"props":3502,"children":3503},{"style":261},[3504],{"type":179,"value":542},{"type":173,"tag":174,"props":3506,"children":3507},{"id":1430},[3508],{"type":173,"tag":195,"props":3509,"children":3511},{"className":3510},[],[3512],{"type":179,"value":3513},"find()",{"type":173,"tag":182,"props":3515,"children":3516},{},[3517],{"type":179,"value":3518},"Fetch and return the list of matched contents based on the query.",{"type":173,"tag":206,"props":3520,"children":3522},{"className":501,"code":3521,"language":503,"meta":167,"style":167},"// List of articles\nconst articles = await queryContent('articles').find()\n",[3523],{"type":173,"tag":195,"props":3524,"children":3525},{"__ignoreMap":167},[3526,3534],{"type":173,"tag":217,"props":3527,"children":3528},{"class":219,"line":220},[3529],{"type":173,"tag":217,"props":3530,"children":3531},{"style":513},[3532],{"type":179,"value":3533},"// List of articles\n",{"type":173,"tag":217,"props":3535,"children":3536},{"class":219,"line":247},[3537,3541,3545,3549,3553,3557,3561,3565,3569,3573,3577,3581,3585],{"type":173,"tag":217,"props":3538,"children":3539},{"style":236},[3540],{"type":179,"value":253},{"type":173,"tag":217,"props":3542,"children":3543},{"style":261},[3544],{"type":179,"value":1082},{"type":173,"tag":217,"props":3546,"children":3547},{"style":224},[3548],{"type":179,"value":533},{"type":173,"tag":217,"props":3550,"children":3551},{"style":277},[3552],{"type":179,"value":280},{"type":173,"tag":217,"props":3554,"children":3555},{"style":283},[3556],{"type":179,"value":326},{"type":173,"tag":217,"props":3558,"children":3559},{"style":261},[3560],{"type":179,"value":291},{"type":173,"tag":217,"props":3562,"children":3563},{"style":224},[3564],{"type":179,"value":296},{"type":173,"tag":217,"props":3566,"children":3567},{"style":299},[3568],{"type":179,"value":589},{"type":173,"tag":217,"props":3570,"children":3571},{"style":224},[3572],{"type":179,"value":296},{"type":173,"tag":217,"props":3574,"children":3575},{"style":261},[3576],{"type":179,"value":348},{"type":173,"tag":217,"props":3578,"children":3579},{"style":224},[3580],{"type":179,"value":353},{"type":173,"tag":217,"props":3582,"children":3583},{"style":283},[3584],{"type":179,"value":1430},{"type":173,"tag":217,"props":3586,"children":3587},{"style":261},[3588],{"type":179,"value":542},{"type":173,"tag":174,"props":3590,"children":3592},{"id":3591},"findone",[3593],{"type":173,"tag":195,"props":3594,"children":3596},{"className":3595},[],[3597],{"type":179,"value":3598},"findOne()",{"type":173,"tag":182,"props":3600,"children":3601},{},[3602],{"type":179,"value":3603},"Fetch the first match of content.",{"type":173,"tag":206,"props":3605,"children":3607},{"className":501,"code":3606,"language":503,"meta":167,"style":167},"const firstArticle = await queryContent('articles').findOne()\n",[3608],{"type":173,"tag":195,"props":3609,"children":3610},{"__ignoreMap":167},[3611],{"type":173,"tag":217,"props":3612,"children":3613},{"class":219,"line":220},[3614,3618,3623,3627,3631,3635,3639,3643,3647,3651,3655,3659,3663],{"type":173,"tag":217,"props":3615,"children":3616},{"style":236},[3617],{"type":179,"value":253},{"type":173,"tag":217,"props":3619,"children":3620},{"style":261},[3621],{"type":179,"value":3622}," firstArticle ",{"type":173,"tag":217,"props":3624,"children":3625},{"style":224},[3626],{"type":179,"value":533},{"type":173,"tag":217,"props":3628,"children":3629},{"style":277},[3630],{"type":179,"value":280},{"type":173,"tag":217,"props":3632,"children":3633},{"style":283},[3634],{"type":179,"value":326},{"type":173,"tag":217,"props":3636,"children":3637},{"style":261},[3638],{"type":179,"value":291},{"type":173,"tag":217,"props":3640,"children":3641},{"style":224},[3642],{"type":179,"value":296},{"type":173,"tag":217,"props":3644,"children":3645},{"style":299},[3646],{"type":179,"value":589},{"type":173,"tag":217,"props":3648,"children":3649},{"style":224},[3650],{"type":179,"value":296},{"type":173,"tag":217,"props":3652,"children":3653},{"style":261},[3654],{"type":179,"value":348},{"type":173,"tag":217,"props":3656,"children":3657},{"style":224},[3658],{"type":179,"value":353},{"type":173,"tag":217,"props":3660,"children":3661},{"style":283},[3662],{"type":179,"value":358},{"type":173,"tag":217,"props":3664,"children":3665},{"style":261},[3666],{"type":179,"value":542},{"type":173,"tag":174,"props":3668,"children":3670},{"id":3669},"findsurroundpath-options",[3671],{"type":173,"tag":195,"props":3672,"children":3674},{"className":3673},[],[3675],{"type":179,"value":3676},"findSurround(path, options)",{"type":173,"tag":682,"props":3678,"children":3679},{},[3680,3708],{"type":173,"tag":686,"props":3681,"children":3682},{},[3683,3689],{"type":173,"tag":195,"props":3684,"children":3686},{"className":3685},[],[3687],{"type":179,"value":3688},"path",{"type":173,"tag":682,"props":3690,"children":3691},{},[3692,3701],{"type":173,"tag":686,"props":3693,"children":3694},{},[3695,3696],{"type":179,"value":704},{"type":173,"tag":195,"props":3697,"children":3699},{"className":3698},[],[3700],{"type":179,"value":3041},{"type":173,"tag":686,"props":3702,"children":3703},{},[3704],{"type":173,"tag":715,"props":3705,"children":3706},{},[3707],{"type":179,"value":719},{"type":173,"tag":686,"props":3709,"children":3710},{},[3711,3716],{"type":173,"tag":195,"props":3712,"children":3714},{"className":3713},[],[3715],{"type":179,"value":1913},{"type":173,"tag":682,"props":3717,"children":3718},{},[3719,3729],{"type":173,"tag":686,"props":3720,"children":3721},{},[3722,3723],{"type":179,"value":704},{"type":173,"tag":195,"props":3724,"children":3726},{"className":3725},[],[3727],{"type":179,"value":3728},"{ before: number, after: number }",{"type":173,"tag":686,"props":3730,"children":3731},{},[3732,3734],{"type":179,"value":3733},"Default: ",{"type":173,"tag":195,"props":3735,"children":3737},{"className":3736},[],[3738],{"type":179,"value":3739},"{ before: 1, after: 1 }",{"type":173,"tag":182,"props":3741,"children":3742},{},[3743],{"type":179,"value":3744},"Get the previous and next results around the path. The path should be the full path of the target content.",{"type":173,"tag":182,"props":3746,"children":3747},{},[3748],{"type":179,"value":3749},"You will always obtain an array of fixed length filled with the matching document or null.",{"type":173,"tag":206,"props":3751,"children":3753},{"className":501,"code":3752,"language":503,"meta":167,"style":167},"const [prev, next] = await queryContent()\n  .only(['_path', 'title'])\n  .sort({ date: 1})\n  .where({ isArchived: false })\n  .findSurround('/articles/article-2')\n\n// Returns\n[\n  {\n    title: 'Article 1',\n    _path: '/articles/article-1'\n    //...\n  },\n  null // no article-3 here\n]\n",[3754],{"type":173,"tag":195,"props":3755,"children":3756},{"__ignoreMap":167},[3757,3803,3852,3892,3933,3966,3973,3981,3989,3997,4027,4053,4061,4069,4082],{"type":173,"tag":217,"props":3758,"children":3759},{"class":219,"line":220},[3760,3764,3768,3773,3777,3782,3787,3791,3795,3799],{"type":173,"tag":217,"props":3761,"children":3762},{"style":236},[3763],{"type":179,"value":253},{"type":173,"tag":217,"props":3765,"children":3766},{"style":224},[3767],{"type":179,"value":1537},{"type":173,"tag":217,"props":3769,"children":3770},{"style":261},[3771],{"type":179,"value":3772},"prev",{"type":173,"tag":217,"props":3774,"children":3775},{"style":224},[3776],{"type":179,"value":311},{"type":173,"tag":217,"props":3778,"children":3779},{"style":261},[3780],{"type":179,"value":3781}," next",{"type":173,"tag":217,"props":3783,"children":3784},{"style":224},[3785],{"type":179,"value":3786},"]",{"type":173,"tag":217,"props":3788,"children":3789},{"style":224},[3790],{"type":179,"value":274},{"type":173,"tag":217,"props":3792,"children":3793},{"style":277},[3794],{"type":179,"value":280},{"type":173,"tag":217,"props":3796,"children":3797},{"style":283},[3798],{"type":179,"value":326},{"type":173,"tag":217,"props":3800,"children":3801},{"style":261},[3802],{"type":179,"value":542},{"type":173,"tag":217,"props":3804,"children":3805},{"class":219,"line":247},[3806,3810,3814,3818,3822,3827,3831,3835,3839,3843,3847],{"type":173,"tag":217,"props":3807,"children":3808},{"style":224},[3809],{"type":179,"value":2004},{"type":173,"tag":217,"props":3811,"children":3812},{"style":283},[3813],{"type":179,"value":3364},{"type":173,"tag":217,"props":3815,"children":3816},{"style":261},[3817],{"type":179,"value":3208},{"type":173,"tag":217,"props":3819,"children":3820},{"style":224},[3821],{"type":179,"value":296},{"type":173,"tag":217,"props":3823,"children":3824},{"style":299},[3825],{"type":179,"value":3826},"_path",{"type":173,"tag":217,"props":3828,"children":3829},{"style":224},[3830],{"type":179,"value":296},{"type":173,"tag":217,"props":3832,"children":3833},{"style":224},[3834],{"type":179,"value":311},{"type":173,"tag":217,"props":3836,"children":3837},{"style":224},[3838],{"type":179,"value":657},{"type":173,"tag":217,"props":3840,"children":3841},{"style":299},[3842],{"type":179,"value":3484},{"type":173,"tag":217,"props":3844,"children":3845},{"style":224},[3846],{"type":179,"value":296},{"type":173,"tag":217,"props":3848,"children":3849},{"style":261},[3850],{"type":179,"value":3851},"])\n",{"type":173,"tag":217,"props":3853,"children":3854},{"class":219,"line":366},[3855,3859,3863,3867,3871,3876,3880,3884,3888],{"type":173,"tag":217,"props":3856,"children":3857},{"style":224},[3858],{"type":179,"value":2004},{"type":173,"tag":217,"props":3860,"children":3861},{"style":283},[3862],{"type":179,"value":2009},{"type":173,"tag":217,"props":3864,"children":3865},{"style":261},[3866],{"type":179,"value":291},{"type":173,"tag":217,"props":3868,"children":3869},{"style":224},[3870],{"type":179,"value":1132},{"type":173,"tag":217,"props":3872,"children":3873},{"style":230},[3874],{"type":179,"value":3875}," date",{"type":173,"tag":217,"props":3877,"children":3878},{"style":224},[3879],{"type":179,"value":1142},{"type":173,"tag":217,"props":3881,"children":3882},{"style":1406},[3883],{"type":179,"value":2030},{"type":173,"tag":217,"props":3885,"children":3886},{"style":224},[3887],{"type":179,"value":269},{"type":173,"tag":217,"props":3889,"children":3890},{"style":261},[3891],{"type":179,"value":598},{"type":173,"tag":217,"props":3893,"children":3894},{"class":219,"line":383},[3895,3899,3903,3907,3911,3916,3920,3925,3929],{"type":173,"tag":217,"props":3896,"children":3897},{"style":224},[3898],{"type":179,"value":2004},{"type":173,"tag":217,"props":3900,"children":3901},{"style":283},[3902],{"type":179,"value":1123},{"type":173,"tag":217,"props":3904,"children":3905},{"style":261},[3906],{"type":179,"value":291},{"type":173,"tag":217,"props":3908,"children":3909},{"style":224},[3910],{"type":179,"value":1132},{"type":173,"tag":217,"props":3912,"children":3913},{"style":230},[3914],{"type":179,"value":3915}," isArchived",{"type":173,"tag":217,"props":3917,"children":3918},{"style":224},[3919],{"type":179,"value":1142},{"type":173,"tag":217,"props":3921,"children":3922},{"style":2655},[3923],{"type":179,"value":3924}," false",{"type":173,"tag":217,"props":3926,"children":3927},{"style":224},[3928],{"type":179,"value":1160},{"type":173,"tag":217,"props":3930,"children":3931},{"style":261},[3932],{"type":179,"value":598},{"type":173,"tag":217,"props":3934,"children":3935},{"class":219,"line":393},[3936,3940,3945,3949,3953,3958,3962],{"type":173,"tag":217,"props":3937,"children":3938},{"style":224},[3939],{"type":179,"value":2004},{"type":173,"tag":217,"props":3941,"children":3942},{"style":283},[3943],{"type":179,"value":3944},"findSurround",{"type":173,"tag":217,"props":3946,"children":3947},{"style":261},[3948],{"type":179,"value":291},{"type":173,"tag":217,"props":3950,"children":3951},{"style":224},[3952],{"type":179,"value":296},{"type":173,"tag":217,"props":3954,"children":3955},{"style":299},[3956],{"type":179,"value":3957},"/articles/article-2",{"type":173,"tag":217,"props":3959,"children":3960},{"style":224},[3961],{"type":179,"value":296},{"type":173,"tag":217,"props":3963,"children":3964},{"style":261},[3965],{"type":179,"value":598},{"type":173,"tag":217,"props":3967,"children":3968},{"class":219,"line":410},[3969],{"type":173,"tag":217,"props":3970,"children":3971},{"emptyLinePlaceholder":387},[3972],{"type":179,"value":390},{"type":173,"tag":217,"props":3974,"children":3975},{"class":219,"line":427},[3976],{"type":173,"tag":217,"props":3977,"children":3978},{"style":513},[3979],{"type":179,"value":3980},"// Returns\n",{"type":173,"tag":217,"props":3982,"children":3983},{"class":219,"line":445},[3984],{"type":173,"tag":217,"props":3985,"children":3986},{"style":261},[3987],{"type":179,"value":3988},"[\n",{"type":173,"tag":217,"props":3990,"children":3991},{"class":219,"line":462},[3992],{"type":173,"tag":217,"props":3993,"children":3994},{"style":224},[3995],{"type":179,"value":3996},"  {\n",{"type":173,"tag":217,"props":3998,"children":3999},{"class":219,"line":1444},[4000,4005,4009,4013,4018,4022],{"type":173,"tag":217,"props":4001,"children":4002},{"style":230},[4003],{"type":179,"value":4004},"    title",{"type":173,"tag":217,"props":4006,"children":4007},{"style":224},[4008],{"type":179,"value":1142},{"type":173,"tag":217,"props":4010,"children":4011},{"style":224},[4012],{"type":179,"value":657},{"type":173,"tag":217,"props":4014,"children":4015},{"style":299},[4016],{"type":179,"value":4017},"Article 1",{"type":173,"tag":217,"props":4019,"children":4020},{"style":224},[4021],{"type":179,"value":296},{"type":173,"tag":217,"props":4023,"children":4024},{"style":224},[4025],{"type":179,"value":4026},",\n",{"type":173,"tag":217,"props":4028,"children":4029},{"class":219,"line":1453},[4030,4035,4039,4043,4048],{"type":173,"tag":217,"props":4031,"children":4032},{"style":230},[4033],{"type":179,"value":4034},"    _path",{"type":173,"tag":217,"props":4036,"children":4037},{"style":224},[4038],{"type":179,"value":1142},{"type":173,"tag":217,"props":4040,"children":4041},{"style":224},[4042],{"type":179,"value":657},{"type":173,"tag":217,"props":4044,"children":4045},{"style":299},[4046],{"type":179,"value":4047},"/articles/article-1",{"type":173,"tag":217,"props":4049,"children":4050},{"style":224},[4051],{"type":179,"value":4052},"'\n",{"type":173,"tag":217,"props":4054,"children":4055},{"class":219,"line":2242},[4056],{"type":173,"tag":217,"props":4057,"children":4058},{"style":513},[4059],{"type":179,"value":4060},"    //...\n",{"type":173,"tag":217,"props":4062,"children":4063},{"class":219,"line":2282},[4064],{"type":173,"tag":217,"props":4065,"children":4066},{"style":224},[4067],{"type":179,"value":4068},"  },\n",{"type":173,"tag":217,"props":4070,"children":4071},{"class":219,"line":2326},[4072,4077],{"type":173,"tag":217,"props":4073,"children":4074},{"style":224},[4075],{"type":179,"value":4076},"  null",{"type":173,"tag":217,"props":4078,"children":4079},{"style":513},[4080],{"type":179,"value":4081}," // no article-3 here\n",{"type":173,"tag":217,"props":4083,"children":4084},{"class":219,"line":2342},[4085],{"type":173,"tag":217,"props":4086,"children":4087},{"style":261},[4088],{"type":179,"value":4089},"]\n",{"type":173,"tag":174,"props":4091,"children":4092},{"id":2716},[4093],{"type":173,"tag":195,"props":4094,"children":4096},{"className":4095},[],[4097],{"type":179,"value":4098},"count()",{"type":173,"tag":182,"props":4100,"children":4101},{},[4102],{"type":179,"value":4103},"Count the number of matched contents based on the query.",{"type":173,"tag":206,"props":4105,"children":4107},{"className":501,"code":4106,"language":503,"meta":167,"style":167},"// Count of articles\nconst count = await queryContent('articles').count()\n\n// Returns\n5 // number of articles\n",[4108],{"type":173,"tag":195,"props":4109,"children":4110},{"__ignoreMap":167},[4111,4119,4175,4182,4189],{"type":173,"tag":217,"props":4112,"children":4113},{"class":219,"line":220},[4114],{"type":173,"tag":217,"props":4115,"children":4116},{"style":513},[4117],{"type":179,"value":4118},"// Count of articles\n",{"type":173,"tag":217,"props":4120,"children":4121},{"class":219,"line":247},[4122,4126,4131,4135,4139,4143,4147,4151,4155,4159,4163,4167,4171],{"type":173,"tag":217,"props":4123,"children":4124},{"style":236},[4125],{"type":179,"value":253},{"type":173,"tag":217,"props":4127,"children":4128},{"style":261},[4129],{"type":179,"value":4130}," count ",{"type":173,"tag":217,"props":4132,"children":4133},{"style":224},[4134],{"type":179,"value":533},{"type":173,"tag":217,"props":4136,"children":4137},{"style":277},[4138],{"type":179,"value":280},{"type":173,"tag":217,"props":4140,"children":4141},{"style":283},[4142],{"type":179,"value":326},{"type":173,"tag":217,"props":4144,"children":4145},{"style":261},[4146],{"type":179,"value":291},{"type":173,"tag":217,"props":4148,"children":4149},{"style":224},[4150],{"type":179,"value":296},{"type":173,"tag":217,"props":4152,"children":4153},{"style":299},[4154],{"type":179,"value":589},{"type":173,"tag":217,"props":4156,"children":4157},{"style":224},[4158],{"type":179,"value":296},{"type":173,"tag":217,"props":4160,"children":4161},{"style":261},[4162],{"type":179,"value":348},{"type":173,"tag":217,"props":4164,"children":4165},{"style":224},[4166],{"type":179,"value":353},{"type":173,"tag":217,"props":4168,"children":4169},{"style":283},[4170],{"type":179,"value":2716},{"type":173,"tag":217,"props":4172,"children":4173},{"style":261},[4174],{"type":179,"value":542},{"type":173,"tag":217,"props":4176,"children":4177},{"class":219,"line":366},[4178],{"type":173,"tag":217,"props":4179,"children":4180},{"emptyLinePlaceholder":387},[4181],{"type":179,"value":390},{"type":173,"tag":217,"props":4183,"children":4184},{"class":219,"line":383},[4185],{"type":173,"tag":217,"props":4186,"children":4187},{"style":513},[4188],{"type":179,"value":3980},{"type":173,"tag":217,"props":4190,"children":4191},{"class":219,"line":393},[4192,4196],{"type":173,"tag":217,"props":4193,"children":4194},{"style":1406},[4195],{"type":179,"value":2817},{"type":173,"tag":217,"props":4197,"children":4198},{"style":513},[4199],{"type":179,"value":4200}," // number of articles\n",{"type":173,"tag":182,"props":4202,"children":4203},{},[4204,4206,4211,4213,4219],{"type":179,"value":4205},"You can also use ",{"type":173,"tag":195,"props":4207,"children":4209},{"className":4208},[],[4210],{"type":179,"value":4098},{"type":179,"value":4212}," with ",{"type":173,"tag":195,"props":4214,"children":4216},{"className":4215},[],[4217],{"type":179,"value":4218},"where()",{"type":179,"value":4220}," method.",{"type":173,"tag":206,"props":4222,"children":4224},{"className":501,"code":4223,"language":503,"meta":167,"style":167},"// Count of articles\nconst count = await queryContent('articles')\n  .where({ isArchived: false })\n  .count()\n\n// Returns\n5 // number of articles\n",[4225],{"type":173,"tag":195,"props":4226,"children":4227},{"__ignoreMap":167},[4228,4235,4278,4317,4332,4339,4346],{"type":173,"tag":217,"props":4229,"children":4230},{"class":219,"line":220},[4231],{"type":173,"tag":217,"props":4232,"children":4233},{"style":513},[4234],{"type":179,"value":4118},{"type":173,"tag":217,"props":4236,"children":4237},{"class":219,"line":247},[4238,4242,4246,4250,4254,4258,4262,4266,4270,4274],{"type":173,"tag":217,"props":4239,"children":4240},{"style":236},[4241],{"type":179,"value":253},{"type":173,"tag":217,"props":4243,"children":4244},{"style":261},[4245],{"type":179,"value":4130},{"type":173,"tag":217,"props":4247,"children":4248},{"style":224},[4249],{"type":179,"value":533},{"type":173,"tag":217,"props":4251,"children":4252},{"style":277},[4253],{"type":179,"value":280},{"type":173,"tag":217,"props":4255,"children":4256},{"style":283},[4257],{"type":179,"value":326},{"type":173,"tag":217,"props":4259,"children":4260},{"style":261},[4261],{"type":179,"value":291},{"type":173,"tag":217,"props":4263,"children":4264},{"style":224},[4265],{"type":179,"value":296},{"type":173,"tag":217,"props":4267,"children":4268},{"style":299},[4269],{"type":179,"value":589},{"type":173,"tag":217,"props":4271,"children":4272},{"style":224},[4273],{"type":179,"value":296},{"type":173,"tag":217,"props":4275,"children":4276},{"style":261},[4277],{"type":179,"value":598},{"type":173,"tag":217,"props":4279,"children":4280},{"class":219,"line":366},[4281,4285,4289,4293,4297,4301,4305,4309,4313],{"type":173,"tag":217,"props":4282,"children":4283},{"style":224},[4284],{"type":179,"value":2004},{"type":173,"tag":217,"props":4286,"children":4287},{"style":283},[4288],{"type":179,"value":1123},{"type":173,"tag":217,"props":4290,"children":4291},{"style":261},[4292],{"type":179,"value":291},{"type":173,"tag":217,"props":4294,"children":4295},{"style":224},[4296],{"type":179,"value":1132},{"type":173,"tag":217,"props":4298,"children":4299},{"style":230},[4300],{"type":179,"value":3915},{"type":173,"tag":217,"props":4302,"children":4303},{"style":224},[4304],{"type":179,"value":1142},{"type":173,"tag":217,"props":4306,"children":4307},{"style":2655},[4308],{"type":179,"value":3924},{"type":173,"tag":217,"props":4310,"children":4311},{"style":224},[4312],{"type":179,"value":1160},{"type":173,"tag":217,"props":4314,"children":4315},{"style":261},[4316],{"type":179,"value":598},{"type":173,"tag":217,"props":4318,"children":4319},{"class":219,"line":383},[4320,4324,4328],{"type":173,"tag":217,"props":4321,"children":4322},{"style":224},[4323],{"type":179,"value":2004},{"type":173,"tag":217,"props":4325,"children":4326},{"style":283},[4327],{"type":179,"value":2716},{"type":173,"tag":217,"props":4329,"children":4330},{"style":261},[4331],{"type":179,"value":542},{"type":173,"tag":217,"props":4333,"children":4334},{"class":219,"line":393},[4335],{"type":173,"tag":217,"props":4336,"children":4337},{"emptyLinePlaceholder":387},[4338],{"type":179,"value":390},{"type":173,"tag":217,"props":4340,"children":4341},{"class":219,"line":410},[4342],{"type":173,"tag":217,"props":4343,"children":4344},{"style":513},[4345],{"type":179,"value":3980},{"type":173,"tag":217,"props":4347,"children":4348},{"class":219,"line":427},[4349,4353],{"type":173,"tag":217,"props":4350,"children":4351},{"style":1406},[4352],{"type":179,"value":2817},{"type":173,"tag":217,"props":4354,"children":4355},{"style":513},[4356],{"type":179,"value":4200},{"type":173,"tag":4358,"props":4359,"children":4360},"style",{},[4361],{"type":179,"value":4362},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":167,"searchDepth":247,"depth":247,"links":4364},[4365,4366,4367,4368,4369,4370,4371,4372,4373,4374,4375,4376],{"id":176,"depth":247,"text":180},{"id":478,"depth":247,"text":481},{"id":673,"depth":247,"text":680},{"id":1894,"depth":247,"text":1901},{"id":2697,"depth":247,"text":2704},{"id":2836,"depth":247,"text":2843},{"id":3002,"depth":247,"text":3009},{"id":3257,"depth":247,"text":3264},{"id":1430,"depth":247,"text":3513},{"id":3591,"depth":247,"text":3598},{"id":3669,"depth":247,"text":3676},{"id":2716,"depth":247,"text":4098},"markdown","content:3.composables:1.query-content.md","content","3.composables/1.query-content.md","3.composables/1.query-content","md",[4384,5192],{"_path":44,"_dir":4385,"_draft":166,"_partial":166,"_locale":167,"title":43,"description":4386,"body":4387,"_type":4377,"_id":5189,"_source":4379,"_file":5190,"_stem":5191,"_extension":4382},"usage","Nuxt Content v2 is built with TypeScript in mind.",{"type":170,"children":4388,"toc":5183},[4389,4396,4401,4405,4430,4468,4474,4487,4500,4505,4842,4848,4861,5148,5154,5159,5164,5169,5179],{"type":173,"tag":4390,"props":4391,"children":4393},"h1",{"id":4392},"typings-properly",[4394],{"type":179,"value":4395},"Typings properly",{"type":173,"tag":182,"props":4397,"children":4398},{},[4399],{"type":179,"value":4400},"The module exposes typings properly from configuration to query builder.",{"type":173,"tag":174,"props":4402,"children":4403},{"id":4385},[4404],{"type":179,"value":21},{"type":173,"tag":182,"props":4406,"children":4407},{},[4408,4410,4415,4417,4428],{"type":179,"value":4409},"When using ",{"type":173,"tag":195,"props":4411,"children":4413},{"className":4412},[],[4414],{"type":179,"value":50},{"type":179,"value":4416},", you will retrieve a ",{"type":173,"tag":188,"props":4418,"children":4421},{"href":4419,"rel":4420},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L429",[192],[4422],{"type":173,"tag":195,"props":4423,"children":4425},{"className":4424},[],[4426],{"type":179,"value":4427},"QueryBuilder",{"type":179,"value":4429}," instance.",{"type":173,"tag":182,"props":4431,"children":4432},{},[4433,4435,4440,4442,4447,4448,4454,4456,4467],{"type":179,"value":4434},"Once you use one of the fetching methods (",{"type":173,"tag":195,"props":4436,"children":4438},{"className":4437},[],[4439],{"type":179,"value":3513},{"type":179,"value":4441},", ",{"type":173,"tag":195,"props":4443,"children":4445},{"className":4444},[],[4446],{"type":179,"value":3598},{"type":179,"value":4441},{"type":173,"tag":195,"props":4449,"children":4451},{"className":4450},[],[4452],{"type":179,"value":4453},"findSurround()",{"type":179,"value":4455},"), you will retrieve an object of type ",{"type":173,"tag":188,"props":4457,"children":4460},{"href":4458,"rel":4459},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L51",[192],[4461],{"type":173,"tag":195,"props":4462,"children":4464},{"className":4463},[],[4465],{"type":179,"value":4466},"ParsedContent",{"type":179,"value":353},{"type":173,"tag":174,"props":4469,"children":4471},{"id":4470},"type-augmentation",[4472],{"type":179,"value":4473},"Type augmentation",{"type":173,"tag":182,"props":4475,"children":4476},{},[4477,4479,4485],{"type":179,"value":4478},"If you are adding keys to the front-matter other than the ",{"type":173,"tag":188,"props":4480,"children":4482},{"href":4481},"/usage/markdown#front-matter",[4483],{"type":179,"value":4484},"default keys",{"type":179,"value":4486},", you might want to have typings over these.",{"type":173,"tag":182,"props":4488,"children":4489},{},[4490,4492,4498],{"type":179,"value":4491},"This is currently possible, yet not in an ",{"type":173,"tag":4493,"props":4494,"children":4495},"em",{},[4496],{"type":179,"value":4497},"optimal",{"type":179,"value":4499}," way.",{"type":173,"tag":182,"props":4501,"children":4502},{},[4503],{"type":179,"value":4504},"The recommended way to do it is by using this method:",{"type":173,"tag":206,"props":4506,"children":4508},{"className":208,"code":4507,"language":211,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport type { ParsedContent } from '@nuxt/content'\n\ninterface MyCustomParsedContent extends ParsedContent {\n  yourOwn: 'keys'\n  foo: 'bar'\n  baz: 'bar'\n}\n\n// That `data` key will be typed with `MyCustomParsedContent`\nconst { data } = await useAsyncData(\n  () => queryContent\u003CMyCustomParsedContent>({ ...anyQuery })\n)\n\u003C/script>\n",[4509],{"type":173,"tag":195,"props":4510,"children":4511},{"__ignoreMap":167},[4512,4553,4597,4604,4632,4656,4681,4705,4713,4720,4728,4764,4820,4827],{"type":173,"tag":217,"props":4513,"children":4514},{"class":219,"line":220},[4515,4519,4523,4527,4532,4536,4541,4545,4549],{"type":173,"tag":217,"props":4516,"children":4517},{"style":224},[4518],{"type":179,"value":227},{"type":173,"tag":217,"props":4520,"children":4521},{"style":230},[4522],{"type":179,"value":233},{"type":173,"tag":217,"props":4524,"children":4525},{"style":236},[4526],{"type":179,"value":239},{"type":173,"tag":217,"props":4528,"children":4529},{"style":236},[4530],{"type":179,"value":4531}," lang",{"type":173,"tag":217,"props":4533,"children":4534},{"style":224},[4535],{"type":179,"value":533},{"type":173,"tag":217,"props":4537,"children":4538},{"style":224},[4539],{"type":179,"value":4540},"\"",{"type":173,"tag":217,"props":4542,"children":4543},{"style":299},[4544],{"type":179,"value":503},{"type":173,"tag":217,"props":4546,"children":4547},{"style":224},[4548],{"type":179,"value":4540},{"type":173,"tag":217,"props":4550,"children":4551},{"style":224},[4552],{"type":179,"value":244},{"type":173,"tag":217,"props":4554,"children":4555},{"class":219,"line":247},[4556,4561,4566,4570,4575,4579,4584,4588,4593],{"type":173,"tag":217,"props":4557,"children":4558},{"style":277},[4559],{"type":179,"value":4560},"import",{"type":173,"tag":217,"props":4562,"children":4563},{"style":277},[4564],{"type":179,"value":4565}," type",{"type":173,"tag":217,"props":4567,"children":4568},{"style":224},[4569],{"type":179,"value":258},{"type":173,"tag":217,"props":4571,"children":4572},{"style":261},[4573],{"type":179,"value":4574}," ParsedContent",{"type":173,"tag":217,"props":4576,"children":4577},{"style":224},[4578],{"type":179,"value":1160},{"type":173,"tag":217,"props":4580,"children":4581},{"style":277},[4582],{"type":179,"value":4583}," from",{"type":173,"tag":217,"props":4585,"children":4586},{"style":224},[4587],{"type":179,"value":657},{"type":173,"tag":217,"props":4589,"children":4590},{"style":299},[4591],{"type":179,"value":4592},"@nuxt/content",{"type":173,"tag":217,"props":4594,"children":4595},{"style":224},[4596],{"type":179,"value":4052},{"type":173,"tag":217,"props":4598,"children":4599},{"class":219,"line":366},[4600],{"type":173,"tag":217,"props":4601,"children":4602},{"emptyLinePlaceholder":387},[4603],{"type":179,"value":390},{"type":173,"tag":217,"props":4605,"children":4606},{"class":219,"line":383},[4607,4612,4618,4623,4627],{"type":173,"tag":217,"props":4608,"children":4609},{"style":236},[4610],{"type":179,"value":4611},"interface",{"type":173,"tag":217,"props":4613,"children":4615},{"style":4614},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[4616],{"type":179,"value":4617}," MyCustomParsedContent",{"type":173,"tag":217,"props":4619,"children":4620},{"style":236},[4621],{"type":179,"value":4622}," extends",{"type":173,"tag":217,"props":4624,"children":4625},{"style":4614},[4626],{"type":179,"value":4574},{"type":173,"tag":217,"props":4628,"children":4629},{"style":224},[4630],{"type":179,"value":4631}," {\n",{"type":173,"tag":217,"props":4633,"children":4634},{"class":219,"line":393},[4635,4640,4644,4648,4652],{"type":173,"tag":217,"props":4636,"children":4637},{"style":230},[4638],{"type":179,"value":4639},"  yourOwn",{"type":173,"tag":217,"props":4641,"children":4642},{"style":224},[4643],{"type":179,"value":1142},{"type":173,"tag":217,"props":4645,"children":4646},{"style":224},[4647],{"type":179,"value":657},{"type":173,"tag":217,"props":4649,"children":4650},{"style":299},[4651],{"type":179,"value":3021},{"type":173,"tag":217,"props":4653,"children":4654},{"style":224},[4655],{"type":179,"value":4052},{"type":173,"tag":217,"props":4657,"children":4658},{"class":219,"line":410},[4659,4664,4668,4672,4677],{"type":173,"tag":217,"props":4660,"children":4661},{"style":230},[4662],{"type":179,"value":4663},"  foo",{"type":173,"tag":217,"props":4665,"children":4666},{"style":224},[4667],{"type":179,"value":1142},{"type":173,"tag":217,"props":4669,"children":4670},{"style":224},[4671],{"type":179,"value":657},{"type":173,"tag":217,"props":4673,"children":4674},{"style":299},[4675],{"type":179,"value":4676},"bar",{"type":173,"tag":217,"props":4678,"children":4679},{"style":224},[4680],{"type":179,"value":4052},{"type":173,"tag":217,"props":4682,"children":4683},{"class":219,"line":427},[4684,4689,4693,4697,4701],{"type":173,"tag":217,"props":4685,"children":4686},{"style":230},[4687],{"type":179,"value":4688},"  baz",{"type":173,"tag":217,"props":4690,"children":4691},{"style":224},[4692],{"type":179,"value":1142},{"type":173,"tag":217,"props":4694,"children":4695},{"style":224},[4696],{"type":179,"value":657},{"type":173,"tag":217,"props":4698,"children":4699},{"style":299},[4700],{"type":179,"value":4676},{"type":173,"tag":217,"props":4702,"children":4703},{"style":224},[4704],{"type":179,"value":4052},{"type":173,"tag":217,"props":4706,"children":4707},{"class":219,"line":445},[4708],{"type":173,"tag":217,"props":4709,"children":4710},{"style":224},[4711],{"type":179,"value":4712},"}\n",{"type":173,"tag":217,"props":4714,"children":4715},{"class":219,"line":462},[4716],{"type":173,"tag":217,"props":4717,"children":4718},{"emptyLinePlaceholder":387},[4719],{"type":179,"value":390},{"type":173,"tag":217,"props":4721,"children":4722},{"class":219,"line":1444},[4723],{"type":173,"tag":217,"props":4724,"children":4725},{"style":513},[4726],{"type":179,"value":4727},"// That `data` key will be typed with `MyCustomParsedContent`\n",{"type":173,"tag":217,"props":4729,"children":4730},{"class":219,"line":1453},[4731,4735,4739,4743,4747,4751,4755,4759],{"type":173,"tag":217,"props":4732,"children":4733},{"style":236},[4734],{"type":179,"value":253},{"type":173,"tag":217,"props":4736,"children":4737},{"style":224},[4738],{"type":179,"value":258},{"type":173,"tag":217,"props":4740,"children":4741},{"style":261},[4742],{"type":179,"value":264},{"type":173,"tag":217,"props":4744,"children":4745},{"style":224},[4746],{"type":179,"value":269},{"type":173,"tag":217,"props":4748,"children":4749},{"style":224},[4750],{"type":179,"value":274},{"type":173,"tag":217,"props":4752,"children":4753},{"style":277},[4754],{"type":179,"value":280},{"type":173,"tag":217,"props":4756,"children":4757},{"style":283},[4758],{"type":179,"value":286},{"type":173,"tag":217,"props":4760,"children":4761},{"style":261},[4762],{"type":179,"value":4763},"(\n",{"type":173,"tag":217,"props":4765,"children":4766},{"class":219,"line":2242},[4767,4772,4776,4780,4784,4789,4794,4798,4802,4807,4812,4816],{"type":173,"tag":217,"props":4768,"children":4769},{"style":224},[4770],{"type":179,"value":4771},"  ()",{"type":173,"tag":217,"props":4773,"children":4774},{"style":236},[4775],{"type":179,"value":321},{"type":173,"tag":217,"props":4777,"children":4778},{"style":283},[4779],{"type":179,"value":326},{"type":173,"tag":217,"props":4781,"children":4782},{"style":224},[4783],{"type":179,"value":227},{"type":173,"tag":217,"props":4785,"children":4786},{"style":4614},[4787],{"type":179,"value":4788},"MyCustomParsedContent",{"type":173,"tag":217,"props":4790,"children":4791},{"style":224},[4792],{"type":179,"value":4793},">",{"type":173,"tag":217,"props":4795,"children":4796},{"style":261},[4797],{"type":179,"value":291},{"type":173,"tag":217,"props":4799,"children":4800},{"style":224},[4801],{"type":179,"value":1132},{"type":173,"tag":217,"props":4803,"children":4804},{"style":224},[4805],{"type":179,"value":4806}," ...",{"type":173,"tag":217,"props":4808,"children":4809},{"style":261},[4810],{"type":179,"value":4811},"anyQuery ",{"type":173,"tag":217,"props":4813,"children":4814},{"style":224},[4815],{"type":179,"value":269},{"type":173,"tag":217,"props":4817,"children":4818},{"style":261},[4819],{"type":179,"value":598},{"type":173,"tag":217,"props":4821,"children":4822},{"class":219,"line":2282},[4823],{"type":173,"tag":217,"props":4824,"children":4825},{"style":261},[4826],{"type":179,"value":598},{"type":173,"tag":217,"props":4828,"children":4829},{"class":219,"line":2326},[4830,4834,4838],{"type":173,"tag":217,"props":4831,"children":4832},{"style":224},[4833],{"type":179,"value":372},{"type":173,"tag":217,"props":4835,"children":4836},{"style":230},[4837],{"type":179,"value":233},{"type":173,"tag":217,"props":4839,"children":4840},{"style":224},[4841],{"type":179,"value":244},{"type":173,"tag":174,"props":4843,"children":4845},{"id":4844},"markdown-specific-types",[4846],{"type":179,"value":4847},"Markdown Specific Types",{"type":173,"tag":182,"props":4849,"children":4850},{},[4851,4853,4859],{"type":179,"value":4852},"If you know the content being fetched will be Markdown, then you can extend the ",{"type":173,"tag":195,"props":4854,"children":4856},{"className":4855},[],[4857],{"type":179,"value":4858},"MarkdownParsedContent",{"type":179,"value":4860}," type for improved\ntype-safety.",{"type":173,"tag":206,"props":4862,"children":4864},{"className":208,"code":4863,"language":211,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport type { MarkdownParsedContent } from '@nuxt/content'\n\ninterface Article extends MarkdownParsedContent {\n  author: string\n}\nconst { data } = await useAsyncData(\n  'first-article',\n  () => queryContent\u003CArticle>('articles').findOne()\n)\n// data.value.author will be typed as well as markdown specific entries\n\u003C/script>\n",[4865],{"type":173,"tag":195,"props":4866,"children":4867},{"__ignoreMap":167},[4868,4907,4947,4954,4978,4995,5002,5037,5058,5118,5125,5133],{"type":173,"tag":217,"props":4869,"children":4870},{"class":219,"line":220},[4871,4875,4879,4883,4887,4891,4895,4899,4903],{"type":173,"tag":217,"props":4872,"children":4873},{"style":224},[4874],{"type":179,"value":227},{"type":173,"tag":217,"props":4876,"children":4877},{"style":230},[4878],{"type":179,"value":233},{"type":173,"tag":217,"props":4880,"children":4881},{"style":236},[4882],{"type":179,"value":239},{"type":173,"tag":217,"props":4884,"children":4885},{"style":236},[4886],{"type":179,"value":4531},{"type":173,"tag":217,"props":4888,"children":4889},{"style":224},[4890],{"type":179,"value":533},{"type":173,"tag":217,"props":4892,"children":4893},{"style":224},[4894],{"type":179,"value":4540},{"type":173,"tag":217,"props":4896,"children":4897},{"style":299},[4898],{"type":179,"value":503},{"type":173,"tag":217,"props":4900,"children":4901},{"style":224},[4902],{"type":179,"value":4540},{"type":173,"tag":217,"props":4904,"children":4905},{"style":224},[4906],{"type":179,"value":244},{"type":173,"tag":217,"props":4908,"children":4909},{"class":219,"line":247},[4910,4914,4918,4922,4927,4931,4935,4939,4943],{"type":173,"tag":217,"props":4911,"children":4912},{"style":277},[4913],{"type":179,"value":4560},{"type":173,"tag":217,"props":4915,"children":4916},{"style":277},[4917],{"type":179,"value":4565},{"type":173,"tag":217,"props":4919,"children":4920},{"style":224},[4921],{"type":179,"value":258},{"type":173,"tag":217,"props":4923,"children":4924},{"style":261},[4925],{"type":179,"value":4926}," MarkdownParsedContent",{"type":173,"tag":217,"props":4928,"children":4929},{"style":224},[4930],{"type":179,"value":1160},{"type":173,"tag":217,"props":4932,"children":4933},{"style":277},[4934],{"type":179,"value":4583},{"type":173,"tag":217,"props":4936,"children":4937},{"style":224},[4938],{"type":179,"value":657},{"type":173,"tag":217,"props":4940,"children":4941},{"style":299},[4942],{"type":179,"value":4592},{"type":173,"tag":217,"props":4944,"children":4945},{"style":224},[4946],{"type":179,"value":4052},{"type":173,"tag":217,"props":4948,"children":4949},{"class":219,"line":366},[4950],{"type":173,"tag":217,"props":4951,"children":4952},{"emptyLinePlaceholder":387},[4953],{"type":179,"value":390},{"type":173,"tag":217,"props":4955,"children":4956},{"class":219,"line":383},[4957,4961,4966,4970,4974],{"type":173,"tag":217,"props":4958,"children":4959},{"style":236},[4960],{"type":179,"value":4611},{"type":173,"tag":217,"props":4962,"children":4963},{"style":4614},[4964],{"type":179,"value":4965}," Article",{"type":173,"tag":217,"props":4967,"children":4968},{"style":236},[4969],{"type":179,"value":4622},{"type":173,"tag":217,"props":4971,"children":4972},{"style":4614},[4973],{"type":179,"value":4926},{"type":173,"tag":217,"props":4975,"children":4976},{"style":224},[4977],{"type":179,"value":4631},{"type":173,"tag":217,"props":4979,"children":4980},{"class":219,"line":393},[4981,4986,4990],{"type":173,"tag":217,"props":4982,"children":4983},{"style":230},[4984],{"type":179,"value":4985},"  author",{"type":173,"tag":217,"props":4987,"children":4988},{"style":224},[4989],{"type":179,"value":1142},{"type":173,"tag":217,"props":4991,"children":4992},{"style":4614},[4993],{"type":179,"value":4994}," string\n",{"type":173,"tag":217,"props":4996,"children":4997},{"class":219,"line":410},[4998],{"type":173,"tag":217,"props":4999,"children":5000},{"style":224},[5001],{"type":179,"value":4712},{"type":173,"tag":217,"props":5003,"children":5004},{"class":219,"line":427},[5005,5009,5013,5017,5021,5025,5029,5033],{"type":173,"tag":217,"props":5006,"children":5007},{"style":236},[5008],{"type":179,"value":253},{"type":173,"tag":217,"props":5010,"children":5011},{"style":224},[5012],{"type":179,"value":258},{"type":173,"tag":217,"props":5014,"children":5015},{"style":261},[5016],{"type":179,"value":264},{"type":173,"tag":217,"props":5018,"children":5019},{"style":224},[5020],{"type":179,"value":269},{"type":173,"tag":217,"props":5022,"children":5023},{"style":224},[5024],{"type":179,"value":274},{"type":173,"tag":217,"props":5026,"children":5027},{"style":277},[5028],{"type":179,"value":280},{"type":173,"tag":217,"props":5030,"children":5031},{"style":283},[5032],{"type":179,"value":286},{"type":173,"tag":217,"props":5034,"children":5035},{"style":261},[5036],{"type":179,"value":4763},{"type":173,"tag":217,"props":5038,"children":5039},{"class":219,"line":445},[5040,5045,5050,5054],{"type":173,"tag":217,"props":5041,"children":5042},{"style":224},[5043],{"type":179,"value":5044},"  '",{"type":173,"tag":217,"props":5046,"children":5047},{"style":299},[5048],{"type":179,"value":5049},"first-article",{"type":173,"tag":217,"props":5051,"children":5052},{"style":224},[5053],{"type":179,"value":296},{"type":173,"tag":217,"props":5055,"children":5056},{"style":224},[5057],{"type":179,"value":4026},{"type":173,"tag":217,"props":5059,"children":5060},{"class":219,"line":462},[5061,5065,5069,5073,5077,5082,5086,5090,5094,5098,5102,5106,5110,5114],{"type":173,"tag":217,"props":5062,"children":5063},{"style":224},[5064],{"type":179,"value":4771},{"type":173,"tag":217,"props":5066,"children":5067},{"style":236},[5068],{"type":179,"value":321},{"type":173,"tag":217,"props":5070,"children":5071},{"style":283},[5072],{"type":179,"value":326},{"type":173,"tag":217,"props":5074,"children":5075},{"style":224},[5076],{"type":179,"value":227},{"type":173,"tag":217,"props":5078,"children":5079},{"style":4614},[5080],{"type":179,"value":5081},"Article",{"type":173,"tag":217,"props":5083,"children":5084},{"style":224},[5085],{"type":179,"value":4793},{"type":173,"tag":217,"props":5087,"children":5088},{"style":261},[5089],{"type":179,"value":291},{"type":173,"tag":217,"props":5091,"children":5092},{"style":224},[5093],{"type":179,"value":296},{"type":173,"tag":217,"props":5095,"children":5096},{"style":299},[5097],{"type":179,"value":589},{"type":173,"tag":217,"props":5099,"children":5100},{"style":224},[5101],{"type":179,"value":296},{"type":173,"tag":217,"props":5103,"children":5104},{"style":261},[5105],{"type":179,"value":348},{"type":173,"tag":217,"props":5107,"children":5108},{"style":224},[5109],{"type":179,"value":353},{"type":173,"tag":217,"props":5111,"children":5112},{"style":283},[5113],{"type":179,"value":358},{"type":173,"tag":217,"props":5115,"children":5116},{"style":261},[5117],{"type":179,"value":542},{"type":173,"tag":217,"props":5119,"children":5120},{"class":219,"line":1444},[5121],{"type":173,"tag":217,"props":5122,"children":5123},{"style":261},[5124],{"type":179,"value":598},{"type":173,"tag":217,"props":5126,"children":5127},{"class":219,"line":1453},[5128],{"type":173,"tag":217,"props":5129,"children":5130},{"style":513},[5131],{"type":179,"value":5132},"// data.value.author will be typed as well as markdown specific entries\n",{"type":173,"tag":217,"props":5134,"children":5135},{"class":219,"line":2242},[5136,5140,5144],{"type":173,"tag":217,"props":5137,"children":5138},{"style":224},[5139],{"type":179,"value":372},{"type":173,"tag":217,"props":5141,"children":5142},{"style":230},[5143],{"type":179,"value":233},{"type":173,"tag":217,"props":5145,"children":5146},{"style":224},[5147],{"type":179,"value":244},{"type":173,"tag":174,"props":5149,"children":5151},{"id":5150},"the-future",[5152],{"type":179,"value":5153},"The future",{"type":173,"tag":182,"props":5155,"children":5156},{},[5157],{"type":179,"value":5158},"TypeScript support is a strong focus for us.",{"type":173,"tag":182,"props":5160,"children":5161},{},[5162],{"type":179,"value":5163},"We want to provide fully generated type for each content in your project, that would allow the same as type augmentation.",{"type":173,"tag":182,"props":5165,"children":5166},{},[5167],{"type":179,"value":5168},"This is not yet implemented but will be part of the roadmap in upcoming months.",{"type":173,"tag":5170,"props":5171,"children":5173},"callout",{"type":5172},"warning",[5174],{"type":173,"tag":182,"props":5175,"children":5176},{},[5177],{"type":179,"value":5178},"You can track #1057 if you want to know more about roadmap for TypeScript support of front-matter keys.",{"type":173,"tag":4358,"props":5180,"children":5181},{},[5182],{"type":179,"value":4362},{"title":167,"searchDepth":247,"depth":247,"links":5184},[5185,5186,5187,5188],{"id":4385,"depth":247,"text":21},{"id":4470,"depth":247,"text":4473},{"id":4844,"depth":247,"text":4847},{"id":5150,"depth":247,"text":5153},"content:2.usage:5.typescript.md","2.usage/5.typescript.md","2.usage/5.typescript",{"_path":54,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":53,"description":5193,"body":5194,"_type":4377,"_id":6001,"_source":4379,"_file":6002,"_stem":6003,"_extension":4382},"The fetchContentNavigation utility returns a tree of items based on the content/ directory structure and files.",{"type":170,"children":5195,"toc":5997},[5196,5200,5941,5947,5993],{"type":173,"tag":174,"props":5197,"children":5198},{"id":4385},[5199],{"type":179,"value":21},{"type":173,"tag":5201,"props":5202,"children":5203},"code-group",{},[5204,5394,5436],{"type":173,"tag":206,"props":5205,"children":5207},{"className":208,"code":5206,"filename":210,"language":211,"meta":167,"style":167},"\u003Cscript setup>\nconst { data: navigation } = await useAsyncData('navigation', () => fetchContentNavigation())\n\u003C/script>\n\n\u003Ctemplate>\n  \u003Cpre>{{ navigation }}\u003C/pre>\n\u003C/template>\n",[5208],{"type":173,"tag":195,"props":5209,"children":5210},{"__ignoreMap":167},[5211,5230,5309,5324,5331,5346,5379],{"type":173,"tag":217,"props":5212,"children":5213},{"class":219,"line":220},[5214,5218,5222,5226],{"type":173,"tag":217,"props":5215,"children":5216},{"style":224},[5217],{"type":179,"value":227},{"type":173,"tag":217,"props":5219,"children":5220},{"style":230},[5221],{"type":179,"value":233},{"type":173,"tag":217,"props":5223,"children":5224},{"style":236},[5225],{"type":179,"value":239},{"type":173,"tag":217,"props":5227,"children":5228},{"style":224},[5229],{"type":179,"value":244},{"type":173,"tag":217,"props":5231,"children":5232},{"class":219,"line":247},[5233,5237,5241,5246,5250,5255,5259,5263,5267,5271,5275,5279,5284,5288,5292,5296,5300,5305],{"type":173,"tag":217,"props":5234,"children":5235},{"style":236},[5236],{"type":179,"value":253},{"type":173,"tag":217,"props":5238,"children":5239},{"style":224},[5240],{"type":179,"value":258},{"type":173,"tag":217,"props":5242,"children":5243},{"style":230},[5244],{"type":179,"value":5245}," data",{"type":173,"tag":217,"props":5247,"children":5248},{"style":224},[5249],{"type":179,"value":1142},{"type":173,"tag":217,"props":5251,"children":5252},{"style":261},[5253],{"type":179,"value":5254}," navigation ",{"type":173,"tag":217,"props":5256,"children":5257},{"style":224},[5258],{"type":179,"value":269},{"type":173,"tag":217,"props":5260,"children":5261},{"style":224},[5262],{"type":179,"value":274},{"type":173,"tag":217,"props":5264,"children":5265},{"style":277},[5266],{"type":179,"value":280},{"type":173,"tag":217,"props":5268,"children":5269},{"style":283},[5270],{"type":179,"value":286},{"type":173,"tag":217,"props":5272,"children":5273},{"style":261},[5274],{"type":179,"value":291},{"type":173,"tag":217,"props":5276,"children":5277},{"style":224},[5278],{"type":179,"value":296},{"type":173,"tag":217,"props":5280,"children":5281},{"style":299},[5282],{"type":179,"value":5283},"navigation",{"type":173,"tag":217,"props":5285,"children":5286},{"style":224},[5287],{"type":179,"value":296},{"type":173,"tag":217,"props":5289,"children":5290},{"style":224},[5291],{"type":179,"value":311},{"type":173,"tag":217,"props":5293,"children":5294},{"style":224},[5295],{"type":179,"value":316},{"type":173,"tag":217,"props":5297,"children":5298},{"style":236},[5299],{"type":179,"value":321},{"type":173,"tag":217,"props":5301,"children":5302},{"style":283},[5303],{"type":179,"value":5304}," fetchContentNavigation",{"type":173,"tag":217,"props":5306,"children":5307},{"style":261},[5308],{"type":179,"value":363},{"type":173,"tag":217,"props":5310,"children":5311},{"class":219,"line":366},[5312,5316,5320],{"type":173,"tag":217,"props":5313,"children":5314},{"style":224},[5315],{"type":179,"value":372},{"type":173,"tag":217,"props":5317,"children":5318},{"style":230},[5319],{"type":179,"value":233},{"type":173,"tag":217,"props":5321,"children":5322},{"style":224},[5323],{"type":179,"value":244},{"type":173,"tag":217,"props":5325,"children":5326},{"class":219,"line":383},[5327],{"type":173,"tag":217,"props":5328,"children":5329},{"emptyLinePlaceholder":387},[5330],{"type":179,"value":390},{"type":173,"tag":217,"props":5332,"children":5333},{"class":219,"line":393},[5334,5338,5342],{"type":173,"tag":217,"props":5335,"children":5336},{"style":224},[5337],{"type":179,"value":227},{"type":173,"tag":217,"props":5339,"children":5340},{"style":230},[5341],{"type":179,"value":403},{"type":173,"tag":217,"props":5343,"children":5344},{"style":224},[5345],{"type":179,"value":244},{"type":173,"tag":217,"props":5347,"children":5348},{"class":219,"line":410},[5349,5353,5357,5362,5366,5371,5375],{"type":173,"tag":217,"props":5350,"children":5351},{"style":224},[5352],{"type":179,"value":416},{"type":173,"tag":217,"props":5354,"children":5355},{"style":230},[5356],{"type":179,"value":206},{"type":173,"tag":217,"props":5358,"children":5359},{"style":224},[5360],{"type":179,"value":5361},">{{",{"type":173,"tag":217,"props":5363,"children":5364},{"style":261},[5365],{"type":179,"value":5254},{"type":173,"tag":217,"props":5367,"children":5368},{"style":224},[5369],{"type":179,"value":5370},"}}\u003C/",{"type":173,"tag":217,"props":5372,"children":5373},{"style":230},[5374],{"type":179,"value":206},{"type":173,"tag":217,"props":5376,"children":5377},{"style":224},[5378],{"type":179,"value":244},{"type":173,"tag":217,"props":5380,"children":5381},{"class":219,"line":427},[5382,5386,5390],{"type":173,"tag":217,"props":5383,"children":5384},{"style":224},[5385],{"type":179,"value":372},{"type":173,"tag":217,"props":5387,"children":5388},{"style":230},[5389],{"type":179,"value":403},{"type":173,"tag":217,"props":5391,"children":5392},{"style":224},[5393],{"type":179,"value":244},{"type":173,"tag":206,"props":5395,"children":5400},{"className":5396,"code":5397,"filename":5398,"language":5399,"meta":167,"style":167},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","content/\n  index.md\n  sub-folder\n    about.md\n","Directory structure","bash",[5401],{"type":173,"tag":195,"props":5402,"children":5403},{"__ignoreMap":167},[5404,5412,5420,5428],{"type":173,"tag":217,"props":5405,"children":5406},{"class":219,"line":220},[5407],{"type":173,"tag":217,"props":5408,"children":5409},{"style":4614},[5410],{"type":179,"value":5411},"content/\n",{"type":173,"tag":217,"props":5413,"children":5414},{"class":219,"line":247},[5415],{"type":173,"tag":217,"props":5416,"children":5417},{"style":4614},[5418],{"type":179,"value":5419},"  index.md\n",{"type":173,"tag":217,"props":5421,"children":5422},{"class":219,"line":366},[5423],{"type":173,"tag":217,"props":5424,"children":5425},{"style":4614},[5426],{"type":179,"value":5427},"  sub-folder\n",{"type":173,"tag":217,"props":5429,"children":5430},{"class":219,"line":383},[5431],{"type":173,"tag":217,"props":5432,"children":5433},{"style":4614},[5434],{"type":179,"value":5435},"    about.md\n",{"type":173,"tag":206,"props":5437,"children":5442},{"className":5438,"code":5439,"filename":5440,"language":5441,"meta":167,"style":167},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[\n  {\n    \"title\": \"Hello Content V2\",\n    \"_path\": \"/\",\n    \"children\": [\n      {\n        \"title\": \"Hello Content V2\",\n        \"_id\": \"content:index.md\",\n        \"_path\": \"/\"\n      }\n    ]\n  },\n  {\n    \"title\": \"Sub Folder\",\n    \"_path\": \"/sub-folder\",\n    \"children\": [\n      {\n        \"title\": \"About Content V2\",\n        \"_id\": \"content:sub-folder:about.md\",\n        \"_path\": \"/sub-folder/about\"\n      }\n    ]\n  }\n]\n","Output","json",[5443],{"type":173,"tag":195,"props":5444,"children":5445},{"__ignoreMap":167},[5446,5453,5460,5498,5533,5558,5566,5602,5639,5671,5679,5687,5694,5701,5737,5773,5796,5803,5839,5875,5908,5916,5924,5933],{"type":173,"tag":217,"props":5447,"children":5448},{"class":219,"line":220},[5449],{"type":173,"tag":217,"props":5450,"children":5451},{"style":224},[5452],{"type":179,"value":3988},{"type":173,"tag":217,"props":5454,"children":5455},{"class":219,"line":247},[5456],{"type":173,"tag":217,"props":5457,"children":5458},{"style":224},[5459],{"type":179,"value":3996},{"type":173,"tag":217,"props":5461,"children":5462},{"class":219,"line":366},[5463,5468,5472,5476,5480,5485,5490,5494],{"type":173,"tag":217,"props":5464,"children":5465},{"style":224},[5466],{"type":179,"value":5467},"    \"",{"type":173,"tag":217,"props":5469,"children":5470},{"style":236},[5471],{"type":179,"value":3484},{"type":173,"tag":217,"props":5473,"children":5474},{"style":224},[5475],{"type":179,"value":4540},{"type":173,"tag":217,"props":5477,"children":5478},{"style":224},[5479],{"type":179,"value":1142},{"type":173,"tag":217,"props":5481,"children":5482},{"style":224},[5483],{"type":179,"value":5484}," \"",{"type":173,"tag":217,"props":5486,"children":5487},{"style":299},[5488],{"type":179,"value":5489},"Hello Content V2",{"type":173,"tag":217,"props":5491,"children":5492},{"style":224},[5493],{"type":179,"value":4540},{"type":173,"tag":217,"props":5495,"children":5496},{"style":224},[5497],{"type":179,"value":4026},{"type":173,"tag":217,"props":5499,"children":5500},{"class":219,"line":383},[5501,5505,5509,5513,5517,5521,5525,5529],{"type":173,"tag":217,"props":5502,"children":5503},{"style":224},[5504],{"type":179,"value":5467},{"type":173,"tag":217,"props":5506,"children":5507},{"style":236},[5508],{"type":179,"value":3826},{"type":173,"tag":217,"props":5510,"children":5511},{"style":224},[5512],{"type":179,"value":4540},{"type":173,"tag":217,"props":5514,"children":5515},{"style":224},[5516],{"type":179,"value":1142},{"type":173,"tag":217,"props":5518,"children":5519},{"style":224},[5520],{"type":179,"value":5484},{"type":173,"tag":217,"props":5522,"children":5523},{"style":299},[5524],{"type":179,"value":339},{"type":173,"tag":217,"props":5526,"children":5527},{"style":224},[5528],{"type":179,"value":4540},{"type":173,"tag":217,"props":5530,"children":5531},{"style":224},[5532],{"type":179,"value":4026},{"type":173,"tag":217,"props":5534,"children":5535},{"class":219,"line":393},[5536,5540,5545,5549,5553],{"type":173,"tag":217,"props":5537,"children":5538},{"style":224},[5539],{"type":179,"value":5467},{"type":173,"tag":217,"props":5541,"children":5542},{"style":236},[5543],{"type":179,"value":5544},"children",{"type":173,"tag":217,"props":5546,"children":5547},{"style":224},[5548],{"type":179,"value":4540},{"type":173,"tag":217,"props":5550,"children":5551},{"style":224},[5552],{"type":179,"value":1142},{"type":173,"tag":217,"props":5554,"children":5555},{"style":224},[5556],{"type":179,"value":5557}," [\n",{"type":173,"tag":217,"props":5559,"children":5560},{"class":219,"line":410},[5561],{"type":173,"tag":217,"props":5562,"children":5563},{"style":224},[5564],{"type":179,"value":5565},"      {\n",{"type":173,"tag":217,"props":5567,"children":5568},{"class":219,"line":427},[5569,5574,5578,5582,5586,5590,5594,5598],{"type":173,"tag":217,"props":5570,"children":5571},{"style":224},[5572],{"type":179,"value":5573},"        \"",{"type":173,"tag":217,"props":5575,"children":5576},{"style":4614},[5577],{"type":179,"value":3484},{"type":173,"tag":217,"props":5579,"children":5580},{"style":224},[5581],{"type":179,"value":4540},{"type":173,"tag":217,"props":5583,"children":5584},{"style":224},[5585],{"type":179,"value":1142},{"type":173,"tag":217,"props":5587,"children":5588},{"style":224},[5589],{"type":179,"value":5484},{"type":173,"tag":217,"props":5591,"children":5592},{"style":299},[5593],{"type":179,"value":5489},{"type":173,"tag":217,"props":5595,"children":5596},{"style":224},[5597],{"type":179,"value":4540},{"type":173,"tag":217,"props":5599,"children":5600},{"style":224},[5601],{"type":179,"value":4026},{"type":173,"tag":217,"props":5603,"children":5604},{"class":219,"line":445},[5605,5609,5614,5618,5622,5626,5631,5635],{"type":173,"tag":217,"props":5606,"children":5607},{"style":224},[5608],{"type":179,"value":5573},{"type":173,"tag":217,"props":5610,"children":5611},{"style":4614},[5612],{"type":179,"value":5613},"_id",{"type":173,"tag":217,"props":5615,"children":5616},{"style":224},[5617],{"type":179,"value":4540},{"type":173,"tag":217,"props":5619,"children":5620},{"style":224},[5621],{"type":179,"value":1142},{"type":173,"tag":217,"props":5623,"children":5624},{"style":224},[5625],{"type":179,"value":5484},{"type":173,"tag":217,"props":5627,"children":5628},{"style":299},[5629],{"type":179,"value":5630},"content:index.md",{"type":173,"tag":217,"props":5632,"children":5633},{"style":224},[5634],{"type":179,"value":4540},{"type":173,"tag":217,"props":5636,"children":5637},{"style":224},[5638],{"type":179,"value":4026},{"type":173,"tag":217,"props":5640,"children":5641},{"class":219,"line":462},[5642,5646,5650,5654,5658,5662,5666],{"type":173,"tag":217,"props":5643,"children":5644},{"style":224},[5645],{"type":179,"value":5573},{"type":173,"tag":217,"props":5647,"children":5648},{"style":4614},[5649],{"type":179,"value":3826},{"type":173,"tag":217,"props":5651,"children":5652},{"style":224},[5653],{"type":179,"value":4540},{"type":173,"tag":217,"props":5655,"children":5656},{"style":224},[5657],{"type":179,"value":1142},{"type":173,"tag":217,"props":5659,"children":5660},{"style":224},[5661],{"type":179,"value":5484},{"type":173,"tag":217,"props":5663,"children":5664},{"style":299},[5665],{"type":179,"value":339},{"type":173,"tag":217,"props":5667,"children":5668},{"style":224},[5669],{"type":179,"value":5670},"\"\n",{"type":173,"tag":217,"props":5672,"children":5673},{"class":219,"line":1444},[5674],{"type":173,"tag":217,"props":5675,"children":5676},{"style":224},[5677],{"type":179,"value":5678},"      }\n",{"type":173,"tag":217,"props":5680,"children":5681},{"class":219,"line":1453},[5682],{"type":173,"tag":217,"props":5683,"children":5684},{"style":224},[5685],{"type":179,"value":5686},"    ]\n",{"type":173,"tag":217,"props":5688,"children":5689},{"class":219,"line":2242},[5690],{"type":173,"tag":217,"props":5691,"children":5692},{"style":224},[5693],{"type":179,"value":4068},{"type":173,"tag":217,"props":5695,"children":5696},{"class":219,"line":2282},[5697],{"type":173,"tag":217,"props":5698,"children":5699},{"style":224},[5700],{"type":179,"value":3996},{"type":173,"tag":217,"props":5702,"children":5703},{"class":219,"line":2326},[5704,5708,5712,5716,5720,5724,5729,5733],{"type":173,"tag":217,"props":5705,"children":5706},{"style":224},[5707],{"type":179,"value":5467},{"type":173,"tag":217,"props":5709,"children":5710},{"style":236},[5711],{"type":179,"value":3484},{"type":173,"tag":217,"props":5713,"children":5714},{"style":224},[5715],{"type":179,"value":4540},{"type":173,"tag":217,"props":5717,"children":5718},{"style":224},[5719],{"type":179,"value":1142},{"type":173,"tag":217,"props":5721,"children":5722},{"style":224},[5723],{"type":179,"value":5484},{"type":173,"tag":217,"props":5725,"children":5726},{"style":299},[5727],{"type":179,"value":5728},"Sub Folder",{"type":173,"tag":217,"props":5730,"children":5731},{"style":224},[5732],{"type":179,"value":4540},{"type":173,"tag":217,"props":5734,"children":5735},{"style":224},[5736],{"type":179,"value":4026},{"type":173,"tag":217,"props":5738,"children":5739},{"class":219,"line":2342},[5740,5744,5748,5752,5756,5760,5765,5769],{"type":173,"tag":217,"props":5741,"children":5742},{"style":224},[5743],{"type":179,"value":5467},{"type":173,"tag":217,"props":5745,"children":5746},{"style":236},[5747],{"type":179,"value":3826},{"type":173,"tag":217,"props":5749,"children":5750},{"style":224},[5751],{"type":179,"value":4540},{"type":173,"tag":217,"props":5753,"children":5754},{"style":224},[5755],{"type":179,"value":1142},{"type":173,"tag":217,"props":5757,"children":5758},{"style":224},[5759],{"type":179,"value":5484},{"type":173,"tag":217,"props":5761,"children":5762},{"style":299},[5763],{"type":179,"value":5764},"/sub-folder",{"type":173,"tag":217,"props":5766,"children":5767},{"style":224},[5768],{"type":179,"value":4540},{"type":173,"tag":217,"props":5770,"children":5771},{"style":224},[5772],{"type":179,"value":4026},{"type":173,"tag":217,"props":5774,"children":5775},{"class":219,"line":2350},[5776,5780,5784,5788,5792],{"type":173,"tag":217,"props":5777,"children":5778},{"style":224},[5779],{"type":179,"value":5467},{"type":173,"tag":217,"props":5781,"children":5782},{"style":236},[5783],{"type":179,"value":5544},{"type":173,"tag":217,"props":5785,"children":5786},{"style":224},[5787],{"type":179,"value":4540},{"type":173,"tag":217,"props":5789,"children":5790},{"style":224},[5791],{"type":179,"value":1142},{"type":173,"tag":217,"props":5793,"children":5794},{"style":224},[5795],{"type":179,"value":5557},{"type":173,"tag":217,"props":5797,"children":5798},{"class":219,"line":2359},[5799],{"type":173,"tag":217,"props":5800,"children":5801},{"style":224},[5802],{"type":179,"value":5565},{"type":173,"tag":217,"props":5804,"children":5805},{"class":219,"line":2403},[5806,5810,5814,5818,5822,5826,5831,5835],{"type":173,"tag":217,"props":5807,"children":5808},{"style":224},[5809],{"type":179,"value":5573},{"type":173,"tag":217,"props":5811,"children":5812},{"style":4614},[5813],{"type":179,"value":3484},{"type":173,"tag":217,"props":5815,"children":5816},{"style":224},[5817],{"type":179,"value":4540},{"type":173,"tag":217,"props":5819,"children":5820},{"style":224},[5821],{"type":179,"value":1142},{"type":173,"tag":217,"props":5823,"children":5824},{"style":224},[5825],{"type":179,"value":5484},{"type":173,"tag":217,"props":5827,"children":5828},{"style":299},[5829],{"type":179,"value":5830},"About Content V2",{"type":173,"tag":217,"props":5832,"children":5833},{"style":224},[5834],{"type":179,"value":4540},{"type":173,"tag":217,"props":5836,"children":5837},{"style":224},[5838],{"type":179,"value":4026},{"type":173,"tag":217,"props":5840,"children":5841},{"class":219,"line":2452},[5842,5846,5850,5854,5858,5862,5867,5871],{"type":173,"tag":217,"props":5843,"children":5844},{"style":224},[5845],{"type":179,"value":5573},{"type":173,"tag":217,"props":5847,"children":5848},{"style":4614},[5849],{"type":179,"value":5613},{"type":173,"tag":217,"props":5851,"children":5852},{"style":224},[5853],{"type":179,"value":4540},{"type":173,"tag":217,"props":5855,"children":5856},{"style":224},[5857],{"type":179,"value":1142},{"type":173,"tag":217,"props":5859,"children":5860},{"style":224},[5861],{"type":179,"value":5484},{"type":173,"tag":217,"props":5863,"children":5864},{"style":299},[5865],{"type":179,"value":5866},"content:sub-folder:about.md",{"type":173,"tag":217,"props":5868,"children":5869},{"style":224},[5870],{"type":179,"value":4540},{"type":173,"tag":217,"props":5872,"children":5873},{"style":224},[5874],{"type":179,"value":4026},{"type":173,"tag":217,"props":5876,"children":5878},{"class":219,"line":5877},20,[5879,5883,5887,5891,5895,5899,5904],{"type":173,"tag":217,"props":5880,"children":5881},{"style":224},[5882],{"type":179,"value":5573},{"type":173,"tag":217,"props":5884,"children":5885},{"style":4614},[5886],{"type":179,"value":3826},{"type":173,"tag":217,"props":5888,"children":5889},{"style":224},[5890],{"type":179,"value":4540},{"type":173,"tag":217,"props":5892,"children":5893},{"style":224},[5894],{"type":179,"value":1142},{"type":173,"tag":217,"props":5896,"children":5897},{"style":224},[5898],{"type":179,"value":5484},{"type":173,"tag":217,"props":5900,"children":5901},{"style":299},[5902],{"type":179,"value":5903},"/sub-folder/about",{"type":173,"tag":217,"props":5905,"children":5906},{"style":224},[5907],{"type":179,"value":5670},{"type":173,"tag":217,"props":5909,"children":5911},{"class":219,"line":5910},21,[5912],{"type":173,"tag":217,"props":5913,"children":5914},{"style":224},[5915],{"type":179,"value":5678},{"type":173,"tag":217,"props":5917,"children":5919},{"class":219,"line":5918},22,[5920],{"type":173,"tag":217,"props":5921,"children":5922},{"style":224},[5923],{"type":179,"value":5686},{"type":173,"tag":217,"props":5925,"children":5927},{"class":219,"line":5926},23,[5928],{"type":173,"tag":217,"props":5929,"children":5930},{"style":224},[5931],{"type":179,"value":5932},"  }\n",{"type":173,"tag":217,"props":5934,"children":5936},{"class":219,"line":5935},24,[5937],{"type":173,"tag":217,"props":5938,"children":5939},{"style":224},[5940],{"type":179,"value":4089},{"type":173,"tag":174,"props":5942,"children":5944},{"id":5943},"arguments",[5945],{"type":179,"value":5946},"Arguments",{"type":173,"tag":682,"props":5948,"children":5949},{},[5950],{"type":173,"tag":686,"props":5951,"children":5952},{},[5953,5959],{"type":173,"tag":195,"props":5954,"children":5956},{"className":5955},[],[5957],{"type":179,"value":5958},"queryBuilder",{"type":173,"tag":682,"props":5960,"children":5961},{},[5962,5971,5984],{"type":173,"tag":686,"props":5963,"children":5964},{},[5965,5966],{"type":179,"value":704},{"type":173,"tag":195,"props":5967,"children":5969},{"className":5968},[],[5970],{"type":179,"value":4427},{"type":173,"tag":686,"props":5972,"children":5973},{},[5974,5976],{"type":179,"value":5975},"Definition: Any query built via ",{"type":173,"tag":188,"props":5977,"children":5978},{"href":51},[5979],{"type":173,"tag":195,"props":5980,"children":5982},{"className":5981},[],[5983],{"type":179,"value":50},{"type":173,"tag":686,"props":5985,"children":5986},{},[5987,5988],{"type":179,"value":3733},{"type":173,"tag":195,"props":5989,"children":5991},{"className":5990},[],[5992],{"type":179,"value":339},{"type":173,"tag":4358,"props":5994,"children":5995},{},[5996],{"type":179,"value":4362},{"title":167,"searchDepth":247,"depth":247,"links":5998},[5999,6000],{"id":4385,"depth":247,"text":21},{"id":5943,"depth":247,"text":5946},"content:3.composables:2.fetch-content-navigation.md","3.composables/2.fetch-content-navigation.md","3.composables/2.fetch-content-navigation",1725981873919]