[{"data":1,"prerenderedAt":6003},["ShallowReactive",2],{"navigation":3,"docs-/composables/query-content":164,"docs-/composables/query-content-surround":4384},[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":4379,"_id":4380,"_source":4381,"_file":4382,"_extension":4383},"composables",false,"","The queryContent composable provides methods for querying and fetching your contents.",{"type":170,"children":171,"toc":4365},"root",[172,181,205,476,482,494,499,671,681,720,725,739,741,1058,1599,1604,1894,1904,1936,1941,2468,2554,2559,2684,2697,2707,2739,2744,2836,2846,2876,2881,3002,3012,3051,3056,3257,3267,3303,3308,3507,3516,3521,3591,3601,3606,3669,3679,3742,3747,3752,4092,4101,4106,4203,4223,4359],{"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":179,"value":740},"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",{"type":173,"tag":742,"props":743,"children":744},"table",{},[745,764],{"type":173,"tag":746,"props":747,"children":748},"thead",{},[749],{"type":173,"tag":750,"props":751,"children":752},"tr",{},[753,759],{"type":173,"tag":754,"props":755,"children":756},"th",{},[757],{"type":179,"value":758},"Operator",{"type":173,"tag":754,"props":760,"children":761},{},[762],{"type":179,"value":763},"Description",{"type":173,"tag":765,"props":766,"children":767},"tbody",{},[768,786,803,820,837,854,871,888,905,922,939,956,973,990,1007,1024,1041],{"type":173,"tag":750,"props":769,"children":770},{},[771,781],{"type":173,"tag":772,"props":773,"children":774},"td",{},[775],{"type":173,"tag":195,"props":776,"children":778},{"className":777},[],[779],{"type":179,"value":780},"$match",{"type":173,"tag":772,"props":782,"children":783},{},[784],{"type":179,"value":785},"–",{"type":173,"tag":750,"props":787,"children":788},{},[789,798],{"type":173,"tag":772,"props":790,"children":791},{},[792],{"type":173,"tag":195,"props":793,"children":795},{"className":794},[],[796],{"type":179,"value":797},"$eq",{"type":173,"tag":772,"props":799,"children":800},{},[801],{"type":179,"value":802},"Match if item equals condition",{"type":173,"tag":750,"props":804,"children":805},{},[806,815],{"type":173,"tag":772,"props":807,"children":808},{},[809],{"type":173,"tag":195,"props":810,"children":812},{"className":811},[],[813],{"type":179,"value":814},"$ne",{"type":173,"tag":772,"props":816,"children":817},{},[818],{"type":179,"value":819},"Match if item not equals condition",{"type":173,"tag":750,"props":821,"children":822},{},[823,832],{"type":173,"tag":772,"props":824,"children":825},{},[826],{"type":173,"tag":195,"props":827,"children":829},{"className":828},[],[830],{"type":179,"value":831},"$not",{"type":173,"tag":772,"props":833,"children":834},{},[835],{"type":179,"value":836},"Match is condition is false",{"type":173,"tag":750,"props":838,"children":839},{},[840,849],{"type":173,"tag":772,"props":841,"children":842},{},[843],{"type":173,"tag":195,"props":844,"children":846},{"className":845},[],[847],{"type":179,"value":848},"$and",{"type":173,"tag":772,"props":850,"children":851},{},[852],{"type":179,"value":853},"Match only if all of nested conditions are true",{"type":173,"tag":750,"props":855,"children":856},{},[857,866],{"type":173,"tag":772,"props":858,"children":859},{},[860],{"type":173,"tag":195,"props":861,"children":863},{"className":862},[],[864],{"type":179,"value":865},"$or",{"type":173,"tag":772,"props":867,"children":868},{},[869],{"type":179,"value":870},"Match if any of nested conditions is true",{"type":173,"tag":750,"props":872,"children":873},{},[874,883],{"type":173,"tag":772,"props":875,"children":876},{},[877],{"type":173,"tag":195,"props":878,"children":880},{"className":879},[],[881],{"type":179,"value":882},"$in",{"type":173,"tag":772,"props":884,"children":885},{},[886],{"type":179,"value":887},"Match if item is in condition array",{"type":173,"tag":750,"props":889,"children":890},{},[891,900],{"type":173,"tag":772,"props":892,"children":893},{},[894],{"type":173,"tag":195,"props":895,"children":897},{"className":896},[],[898],{"type":179,"value":899},"$contains",{"type":173,"tag":772,"props":901,"children":902},{},[903],{"type":179,"value":904},"Match if item contains every condition or match every rule in condition array",{"type":173,"tag":750,"props":906,"children":907},{},[908,917],{"type":173,"tag":772,"props":909,"children":910},{},[911],{"type":173,"tag":195,"props":912,"children":914},{"className":913},[],[915],{"type":179,"value":916},"$icontains",{"type":173,"tag":772,"props":918,"children":919},{},[920],{"type":179,"value":921},"Ignore case contains",{"type":173,"tag":750,"props":923,"children":924},{},[925,934],{"type":173,"tag":772,"props":926,"children":927},{},[928],{"type":173,"tag":195,"props":929,"children":931},{"className":930},[],[932],{"type":179,"value":933},"$containsAny",{"type":173,"tag":772,"props":935,"children":936},{},[937],{"type":179,"value":938},"Match if item contains at least one rule from condition array",{"type":173,"tag":750,"props":940,"children":941},{},[942,951],{"type":173,"tag":772,"props":943,"children":944},{},[945],{"type":173,"tag":195,"props":946,"children":948},{"className":947},[],[949],{"type":179,"value":950},"$exists",{"type":173,"tag":772,"props":952,"children":953},{},[954],{"type":179,"value":955},"Check key existence",{"type":173,"tag":750,"props":957,"children":958},{},[959,968],{"type":173,"tag":772,"props":960,"children":961},{},[962],{"type":173,"tag":195,"props":963,"children":965},{"className":964},[],[966],{"type":179,"value":967},"$type",{"type":173,"tag":772,"props":969,"children":970},{},[971],{"type":179,"value":972},"Match if type of item equals condition",{"type":173,"tag":750,"props":974,"children":975},{},[976,985],{"type":173,"tag":772,"props":977,"children":978},{},[979],{"type":173,"tag":195,"props":980,"children":982},{"className":981},[],[983],{"type":179,"value":984},"$regex",{"type":173,"tag":772,"props":986,"children":987},{},[988],{"type":179,"value":989},"Provides regular expression capabilities for pattern matching strings",{"type":173,"tag":750,"props":991,"children":992},{},[993,1002],{"type":173,"tag":772,"props":994,"children":995},{},[996],{"type":173,"tag":195,"props":997,"children":999},{"className":998},[],[1000],{"type":179,"value":1001},"$lt",{"type":173,"tag":772,"props":1003,"children":1004},{},[1005],{"type":179,"value":1006},"Check if item is less than condition",{"type":173,"tag":750,"props":1008,"children":1009},{},[1010,1019],{"type":173,"tag":772,"props":1011,"children":1012},{},[1013],{"type":173,"tag":195,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":179,"value":1018},"$lte",{"type":173,"tag":772,"props":1020,"children":1021},{},[1022],{"type":179,"value":1023},"Check if item is less than or equal to condition",{"type":173,"tag":750,"props":1025,"children":1026},{},[1027,1036],{"type":173,"tag":772,"props":1028,"children":1029},{},[1030],{"type":173,"tag":195,"props":1031,"children":1033},{"className":1032},[],[1034],{"type":179,"value":1035},"$gt",{"type":173,"tag":772,"props":1037,"children":1038},{},[1039],{"type":179,"value":1040},"Check if item is greater than condition",{"type":173,"tag":750,"props":1042,"children":1043},{},[1044,1053],{"type":173,"tag":772,"props":1045,"children":1046},{},[1047],{"type":173,"tag":195,"props":1048,"children":1050},{"className":1049},[],[1051],{"type":179,"value":1052},"$gte",{"type":173,"tag":772,"props":1054,"children":1055},{},[1056],{"type":179,"value":1057},"Check if item is greater than or equal to condition",{"type":173,"tag":206,"props":1059,"children":1061},{"className":501,"code":1060,"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",[1062],{"type":173,"tag":195,"props":1063,"children":1064},{"__ignoreMap":167},[1065,1073,1179,1186,1194,1310,1317,1325,1437,1444,1453],{"type":173,"tag":217,"props":1066,"children":1067},{"class":219,"line":220},[1068],{"type":173,"tag":217,"props":1069,"children":1070},{"style":513},[1071],{"type":179,"value":1072},"// Implicit (assumes $eq operator)\n",{"type":173,"tag":217,"props":1074,"children":1075},{"class":219,"line":247},[1076,1080,1085,1089,1093,1097,1101,1105,1109,1113,1117,1121,1126,1130,1135,1140,1145,1149,1154,1158,1163,1167,1171,1175],{"type":173,"tag":217,"props":1077,"children":1078},{"style":236},[1079],{"type":179,"value":253},{"type":173,"tag":217,"props":1081,"children":1082},{"style":261},[1083],{"type":179,"value":1084}," articles ",{"type":173,"tag":217,"props":1086,"children":1087},{"style":224},[1088],{"type":179,"value":533},{"type":173,"tag":217,"props":1090,"children":1091},{"style":277},[1092],{"type":179,"value":280},{"type":173,"tag":217,"props":1094,"children":1095},{"style":283},[1096],{"type":179,"value":326},{"type":173,"tag":217,"props":1098,"children":1099},{"style":261},[1100],{"type":179,"value":291},{"type":173,"tag":217,"props":1102,"children":1103},{"style":224},[1104],{"type":179,"value":296},{"type":173,"tag":217,"props":1106,"children":1107},{"style":299},[1108],{"type":179,"value":589},{"type":173,"tag":217,"props":1110,"children":1111},{"style":224},[1112],{"type":179,"value":296},{"type":173,"tag":217,"props":1114,"children":1115},{"style":261},[1116],{"type":179,"value":348},{"type":173,"tag":217,"props":1118,"children":1119},{"style":224},[1120],{"type":179,"value":353},{"type":173,"tag":217,"props":1122,"children":1123},{"style":283},[1124],{"type":179,"value":1125},"where",{"type":173,"tag":217,"props":1127,"children":1128},{"style":261},[1129],{"type":179,"value":291},{"type":173,"tag":217,"props":1131,"children":1132},{"style":224},[1133],{"type":179,"value":1134},"{",{"type":173,"tag":217,"props":1136,"children":1137},{"style":230},[1138],{"type":179,"value":1139}," title",{"type":173,"tag":217,"props":1141,"children":1142},{"style":224},[1143],{"type":179,"value":1144},":",{"type":173,"tag":217,"props":1146,"children":1147},{"style":224},[1148],{"type":179,"value":657},{"type":173,"tag":217,"props":1150,"children":1151},{"style":299},[1152],{"type":179,"value":1153},"Home",{"type":173,"tag":217,"props":1155,"children":1156},{"style":224},[1157],{"type":179,"value":296},{"type":173,"tag":217,"props":1159,"children":1160},{"style":224},[1161],{"type":179,"value":1162}," }",{"type":173,"tag":217,"props":1164,"children":1165},{"style":261},[1166],{"type":179,"value":348},{"type":173,"tag":217,"props":1168,"children":1169},{"style":224},[1170],{"type":179,"value":353},{"type":173,"tag":217,"props":1172,"children":1173},{"style":283},[1174],{"type":179,"value":358},{"type":173,"tag":217,"props":1176,"children":1177},{"style":261},[1178],{"type":179,"value":542},{"type":173,"tag":217,"props":1180,"children":1181},{"class":219,"line":366},[1182],{"type":173,"tag":217,"props":1183,"children":1184},{"emptyLinePlaceholder":387},[1185],{"type":179,"value":390},{"type":173,"tag":217,"props":1187,"children":1188},{"class":219,"line":383},[1189],{"type":173,"tag":217,"props":1190,"children":1191},{"style":513},[1192],{"type":179,"value":1193},"// Explicit $eq\n",{"type":173,"tag":217,"props":1195,"children":1196},{"class":219,"line":393},[1197,1201,1205,1209,1213,1217,1221,1225,1229,1233,1237,1241,1245,1249,1253,1257,1261,1265,1270,1274,1278,1282,1286,1290,1294,1298,1302,1306],{"type":173,"tag":217,"props":1198,"children":1199},{"style":236},[1200],{"type":179,"value":253},{"type":173,"tag":217,"props":1202,"children":1203},{"style":261},[1204],{"type":179,"value":1084},{"type":173,"tag":217,"props":1206,"children":1207},{"style":224},[1208],{"type":179,"value":533},{"type":173,"tag":217,"props":1210,"children":1211},{"style":277},[1212],{"type":179,"value":280},{"type":173,"tag":217,"props":1214,"children":1215},{"style":283},[1216],{"type":179,"value":326},{"type":173,"tag":217,"props":1218,"children":1219},{"style":261},[1220],{"type":179,"value":291},{"type":173,"tag":217,"props":1222,"children":1223},{"style":224},[1224],{"type":179,"value":296},{"type":173,"tag":217,"props":1226,"children":1227},{"style":299},[1228],{"type":179,"value":589},{"type":173,"tag":217,"props":1230,"children":1231},{"style":224},[1232],{"type":179,"value":296},{"type":173,"tag":217,"props":1234,"children":1235},{"style":261},[1236],{"type":179,"value":348},{"type":173,"tag":217,"props":1238,"children":1239},{"style":224},[1240],{"type":179,"value":353},{"type":173,"tag":217,"props":1242,"children":1243},{"style":283},[1244],{"type":179,"value":1125},{"type":173,"tag":217,"props":1246,"children":1247},{"style":261},[1248],{"type":179,"value":291},{"type":173,"tag":217,"props":1250,"children":1251},{"style":224},[1252],{"type":179,"value":1134},{"type":173,"tag":217,"props":1254,"children":1255},{"style":230},[1256],{"type":179,"value":1139},{"type":173,"tag":217,"props":1258,"children":1259},{"style":224},[1260],{"type":179,"value":1144},{"type":173,"tag":217,"props":1262,"children":1263},{"style":224},[1264],{"type":179,"value":258},{"type":173,"tag":217,"props":1266,"children":1267},{"style":230},[1268],{"type":179,"value":1269}," $eq",{"type":173,"tag":217,"props":1271,"children":1272},{"style":224},[1273],{"type":179,"value":1144},{"type":173,"tag":217,"props":1275,"children":1276},{"style":224},[1277],{"type":179,"value":657},{"type":173,"tag":217,"props":1279,"children":1280},{"style":299},[1281],{"type":179,"value":1153},{"type":173,"tag":217,"props":1283,"children":1284},{"style":224},[1285],{"type":179,"value":296},{"type":173,"tag":217,"props":1287,"children":1288},{"style":224},[1289],{"type":179,"value":1162},{"type":173,"tag":217,"props":1291,"children":1292},{"style":224},[1293],{"type":179,"value":1162},{"type":173,"tag":217,"props":1295,"children":1296},{"style":261},[1297],{"type":179,"value":348},{"type":173,"tag":217,"props":1299,"children":1300},{"style":224},[1301],{"type":179,"value":353},{"type":173,"tag":217,"props":1303,"children":1304},{"style":283},[1305],{"type":179,"value":358},{"type":173,"tag":217,"props":1307,"children":1308},{"style":261},[1309],{"type":179,"value":542},{"type":173,"tag":217,"props":1311,"children":1312},{"class":219,"line":410},[1313],{"type":173,"tag":217,"props":1314,"children":1315},{"emptyLinePlaceholder":387},[1316],{"type":179,"value":390},{"type":173,"tag":217,"props":1318,"children":1319},{"class":219,"line":427},[1320],{"type":173,"tag":217,"props":1321,"children":1322},{"style":513},[1323],{"type":179,"value":1324},"// $gt\n",{"type":173,"tag":217,"props":1326,"children":1327},{"class":219,"line":445},[1328,1332,1336,1340,1344,1348,1352,1356,1360,1364,1368,1372,1376,1380,1384,1389,1393,1397,1402,1406,1412,1416,1420,1424,1428,1433],{"type":173,"tag":217,"props":1329,"children":1330},{"style":236},[1331],{"type":179,"value":253},{"type":173,"tag":217,"props":1333,"children":1334},{"style":261},[1335],{"type":179,"value":1084},{"type":173,"tag":217,"props":1337,"children":1338},{"style":224},[1339],{"type":179,"value":533},{"type":173,"tag":217,"props":1341,"children":1342},{"style":277},[1343],{"type":179,"value":280},{"type":173,"tag":217,"props":1345,"children":1346},{"style":283},[1347],{"type":179,"value":326},{"type":173,"tag":217,"props":1349,"children":1350},{"style":261},[1351],{"type":179,"value":291},{"type":173,"tag":217,"props":1353,"children":1354},{"style":224},[1355],{"type":179,"value":296},{"type":173,"tag":217,"props":1357,"children":1358},{"style":299},[1359],{"type":179,"value":589},{"type":173,"tag":217,"props":1361,"children":1362},{"style":224},[1363],{"type":179,"value":296},{"type":173,"tag":217,"props":1365,"children":1366},{"style":261},[1367],{"type":179,"value":348},{"type":173,"tag":217,"props":1369,"children":1370},{"style":224},[1371],{"type":179,"value":353},{"type":173,"tag":217,"props":1373,"children":1374},{"style":283},[1375],{"type":179,"value":1125},{"type":173,"tag":217,"props":1377,"children":1378},{"style":261},[1379],{"type":179,"value":291},{"type":173,"tag":217,"props":1381,"children":1382},{"style":224},[1383],{"type":179,"value":1134},{"type":173,"tag":217,"props":1385,"children":1386},{"style":230},[1387],{"type":179,"value":1388}," age",{"type":173,"tag":217,"props":1390,"children":1391},{"style":224},[1392],{"type":179,"value":1144},{"type":173,"tag":217,"props":1394,"children":1395},{"style":224},[1396],{"type":179,"value":258},{"type":173,"tag":217,"props":1398,"children":1399},{"style":230},[1400],{"type":179,"value":1401}," $gt",{"type":173,"tag":217,"props":1403,"children":1404},{"style":224},[1405],{"type":179,"value":1144},{"type":173,"tag":217,"props":1407,"children":1409},{"style":1408},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[1410],{"type":179,"value":1411}," 18",{"type":173,"tag":217,"props":1413,"children":1414},{"style":224},[1415],{"type":179,"value":1162},{"type":173,"tag":217,"props":1417,"children":1418},{"style":224},[1419],{"type":179,"value":1162},{"type":173,"tag":217,"props":1421,"children":1422},{"style":261},[1423],{"type":179,"value":348},{"type":173,"tag":217,"props":1425,"children":1426},{"style":224},[1427],{"type":179,"value":353},{"type":173,"tag":217,"props":1429,"children":1430},{"style":283},[1431],{"type":179,"value":1432},"find",{"type":173,"tag":217,"props":1434,"children":1435},{"style":261},[1436],{"type":179,"value":542},{"type":173,"tag":217,"props":1438,"children":1439},{"class":219,"line":462},[1440],{"type":173,"tag":217,"props":1441,"children":1442},{"emptyLinePlaceholder":387},[1443],{"type":179,"value":390},{"type":173,"tag":217,"props":1445,"children":1447},{"class":219,"line":1446},10,[1448],{"type":173,"tag":217,"props":1449,"children":1450},{"style":513},[1451],{"type":179,"value":1452},"// $in\n",{"type":173,"tag":217,"props":1454,"children":1456},{"class":219,"line":1455},11,[1457,1461,1465,1469,1473,1477,1481,1485,1489,1493,1497,1501,1505,1509,1513,1518,1522,1526,1531,1535,1540,1544,1549,1553,1557,1561,1566,1570,1575,1579,1583,1587,1591,1595],{"type":173,"tag":217,"props":1458,"children":1459},{"style":236},[1460],{"type":179,"value":253},{"type":173,"tag":217,"props":1462,"children":1463},{"style":261},[1464],{"type":179,"value":1084},{"type":173,"tag":217,"props":1466,"children":1467},{"style":224},[1468],{"type":179,"value":533},{"type":173,"tag":217,"props":1470,"children":1471},{"style":277},[1472],{"type":179,"value":280},{"type":173,"tag":217,"props":1474,"children":1475},{"style":283},[1476],{"type":179,"value":326},{"type":173,"tag":217,"props":1478,"children":1479},{"style":261},[1480],{"type":179,"value":291},{"type":173,"tag":217,"props":1482,"children":1483},{"style":224},[1484],{"type":179,"value":296},{"type":173,"tag":217,"props":1486,"children":1487},{"style":299},[1488],{"type":179,"value":589},{"type":173,"tag":217,"props":1490,"children":1491},{"style":224},[1492],{"type":179,"value":296},{"type":173,"tag":217,"props":1494,"children":1495},{"style":261},[1496],{"type":179,"value":348},{"type":173,"tag":217,"props":1498,"children":1499},{"style":224},[1500],{"type":179,"value":353},{"type":173,"tag":217,"props":1502,"children":1503},{"style":283},[1504],{"type":179,"value":1125},{"type":173,"tag":217,"props":1506,"children":1507},{"style":261},[1508],{"type":179,"value":291},{"type":173,"tag":217,"props":1510,"children":1511},{"style":224},[1512],{"type":179,"value":1134},{"type":173,"tag":217,"props":1514,"children":1515},{"style":230},[1516],{"type":179,"value":1517}," name",{"type":173,"tag":217,"props":1519,"children":1520},{"style":224},[1521],{"type":179,"value":1144},{"type":173,"tag":217,"props":1523,"children":1524},{"style":224},[1525],{"type":179,"value":258},{"type":173,"tag":217,"props":1527,"children":1528},{"style":230},[1529],{"type":179,"value":1530}," $in",{"type":173,"tag":217,"props":1532,"children":1533},{"style":224},[1534],{"type":179,"value":1144},{"type":173,"tag":217,"props":1536,"children":1537},{"style":261},[1538],{"type":179,"value":1539}," [",{"type":173,"tag":217,"props":1541,"children":1542},{"style":224},[1543],{"type":179,"value":296},{"type":173,"tag":217,"props":1545,"children":1546},{"style":299},[1547],{"type":179,"value":1548},"odin",{"type":173,"tag":217,"props":1550,"children":1551},{"style":224},[1552],{"type":179,"value":296},{"type":173,"tag":217,"props":1554,"children":1555},{"style":224},[1556],{"type":179,"value":311},{"type":173,"tag":217,"props":1558,"children":1559},{"style":224},[1560],{"type":179,"value":657},{"type":173,"tag":217,"props":1562,"children":1563},{"style":299},[1564],{"type":179,"value":1565},"thor",{"type":173,"tag":217,"props":1567,"children":1568},{"style":224},[1569],{"type":179,"value":296},{"type":173,"tag":217,"props":1571,"children":1572},{"style":261},[1573],{"type":179,"value":1574},"] ",{"type":173,"tag":217,"props":1576,"children":1577},{"style":224},[1578],{"type":179,"value":269},{"type":173,"tag":217,"props":1580,"children":1581},{"style":224},[1582],{"type":179,"value":1162},{"type":173,"tag":217,"props":1584,"children":1585},{"style":261},[1586],{"type":179,"value":348},{"type":173,"tag":217,"props":1588,"children":1589},{"style":224},[1590],{"type":179,"value":353},{"type":173,"tag":217,"props":1592,"children":1593},{"style":283},[1594],{"type":179,"value":1432},{"type":173,"tag":217,"props":1596,"children":1597},{"style":261},[1598],{"type":179,"value":542},{"type":173,"tag":182,"props":1600,"children":1601},{},[1602],{"type":179,"value":1603},"In order to filter in objects and an array or arrays, you can use the nested properties style:",{"type":173,"tag":206,"props":1605,"children":1607},{"className":501,"code":1606,"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",[1608],{"type":173,"tag":195,"props":1609,"children":1610},{"__ignoreMap":167},[1611,1739,1746],{"type":173,"tag":217,"props":1612,"children":1613},{"class":219,"line":220},[1614,1618,1623,1627,1631,1635,1639,1643,1648,1652,1656,1660,1664,1668,1672,1676,1681,1685,1689,1693,1698,1702,1706,1711,1715,1719,1723,1727,1731,1735],{"type":173,"tag":217,"props":1615,"children":1616},{"style":236},[1617],{"type":179,"value":253},{"type":173,"tag":217,"props":1619,"children":1620},{"style":261},[1621],{"type":179,"value":1622}," products ",{"type":173,"tag":217,"props":1624,"children":1625},{"style":224},[1626],{"type":179,"value":533},{"type":173,"tag":217,"props":1628,"children":1629},{"style":277},[1630],{"type":179,"value":280},{"type":173,"tag":217,"props":1632,"children":1633},{"style":283},[1634],{"type":179,"value":326},{"type":173,"tag":217,"props":1636,"children":1637},{"style":261},[1638],{"type":179,"value":291},{"type":173,"tag":217,"props":1640,"children":1641},{"style":224},[1642],{"type":179,"value":296},{"type":173,"tag":217,"props":1644,"children":1645},{"style":299},[1646],{"type":179,"value":1647},"products",{"type":173,"tag":217,"props":1649,"children":1650},{"style":224},[1651],{"type":179,"value":296},{"type":173,"tag":217,"props":1653,"children":1654},{"style":261},[1655],{"type":179,"value":348},{"type":173,"tag":217,"props":1657,"children":1658},{"style":224},[1659],{"type":179,"value":353},{"type":173,"tag":217,"props":1661,"children":1662},{"style":283},[1663],{"type":179,"value":1125},{"type":173,"tag":217,"props":1665,"children":1666},{"style":261},[1667],{"type":179,"value":291},{"type":173,"tag":217,"props":1669,"children":1670},{"style":224},[1671],{"type":179,"value":1134},{"type":173,"tag":217,"props":1673,"children":1674},{"style":224},[1675],{"type":179,"value":657},{"type":173,"tag":217,"props":1677,"children":1678},{"style":230},[1679],{"type":179,"value":1680},"categories",{"type":173,"tag":217,"props":1682,"children":1683},{"style":224},[1684],{"type":179,"value":296},{"type":173,"tag":217,"props":1686,"children":1687},{"style":224},[1688],{"type":179,"value":1144},{"type":173,"tag":217,"props":1690,"children":1691},{"style":224},[1692],{"type":179,"value":258},{"type":173,"tag":217,"props":1694,"children":1695},{"style":230},[1696],{"type":179,"value":1697}," $contains",{"type":173,"tag":217,"props":1699,"children":1700},{"style":224},[1701],{"type":179,"value":1144},{"type":173,"tag":217,"props":1703,"children":1704},{"style":224},[1705],{"type":179,"value":657},{"type":173,"tag":217,"props":1707,"children":1708},{"style":299},[1709],{"type":179,"value":1710},"top",{"type":173,"tag":217,"props":1712,"children":1713},{"style":224},[1714],{"type":179,"value":296},{"type":173,"tag":217,"props":1716,"children":1717},{"style":224},[1718],{"type":179,"value":1162},{"type":173,"tag":217,"props":1720,"children":1721},{"style":224},[1722],{"type":179,"value":1162},{"type":173,"tag":217,"props":1724,"children":1725},{"style":261},[1726],{"type":179,"value":348},{"type":173,"tag":217,"props":1728,"children":1729},{"style":224},[1730],{"type":179,"value":353},{"type":173,"tag":217,"props":1732,"children":1733},{"style":283},[1734],{"type":179,"value":1432},{"type":173,"tag":217,"props":1736,"children":1737},{"style":261},[1738],{"type":179,"value":542},{"type":173,"tag":217,"props":1740,"children":1741},{"class":219,"line":247},[1742],{"type":173,"tag":217,"props":1743,"children":1744},{"emptyLinePlaceholder":387},[1745],{"type":179,"value":390},{"type":173,"tag":217,"props":1747,"children":1748},{"class":219,"line":366},[1749,1753,1757,1761,1765,1769,1773,1777,1781,1785,1789,1793,1797,1801,1805,1809,1813,1817,1821,1825,1829,1833,1837,1841,1845,1849,1853,1857,1862,1866,1870,1874,1878,1882,1886,1890],{"type":173,"tag":217,"props":1750,"children":1751},{"style":236},[1752],{"type":179,"value":253},{"type":173,"tag":217,"props":1754,"children":1755},{"style":261},[1756],{"type":179,"value":1622},{"type":173,"tag":217,"props":1758,"children":1759},{"style":224},[1760],{"type":179,"value":533},{"type":173,"tag":217,"props":1762,"children":1763},{"style":277},[1764],{"type":179,"value":280},{"type":173,"tag":217,"props":1766,"children":1767},{"style":283},[1768],{"type":179,"value":326},{"type":173,"tag":217,"props":1770,"children":1771},{"style":261},[1772],{"type":179,"value":291},{"type":173,"tag":217,"props":1774,"children":1775},{"style":224},[1776],{"type":179,"value":296},{"type":173,"tag":217,"props":1778,"children":1779},{"style":299},[1780],{"type":179,"value":1647},{"type":173,"tag":217,"props":1782,"children":1783},{"style":224},[1784],{"type":179,"value":296},{"type":173,"tag":217,"props":1786,"children":1787},{"style":261},[1788],{"type":179,"value":348},{"type":173,"tag":217,"props":1790,"children":1791},{"style":224},[1792],{"type":179,"value":353},{"type":173,"tag":217,"props":1794,"children":1795},{"style":283},[1796],{"type":179,"value":1125},{"type":173,"tag":217,"props":1798,"children":1799},{"style":261},[1800],{"type":179,"value":291},{"type":173,"tag":217,"props":1802,"children":1803},{"style":224},[1804],{"type":179,"value":1134},{"type":173,"tag":217,"props":1806,"children":1807},{"style":224},[1808],{"type":179,"value":657},{"type":173,"tag":217,"props":1810,"children":1811},{"style":230},[1812],{"type":179,"value":1680},{"type":173,"tag":217,"props":1814,"children":1815},{"style":224},[1816],{"type":179,"value":296},{"type":173,"tag":217,"props":1818,"children":1819},{"style":224},[1820],{"type":179,"value":1144},{"type":173,"tag":217,"props":1822,"children":1823},{"style":224},[1824],{"type":179,"value":258},{"type":173,"tag":217,"props":1826,"children":1827},{"style":230},[1828],{"type":179,"value":1697},{"type":173,"tag":217,"props":1830,"children":1831},{"style":224},[1832],{"type":179,"value":1144},{"type":173,"tag":217,"props":1834,"children":1835},{"style":261},[1836],{"type":179,"value":1539},{"type":173,"tag":217,"props":1838,"children":1839},{"style":224},[1840],{"type":179,"value":296},{"type":173,"tag":217,"props":1842,"children":1843},{"style":299},[1844],{"type":179,"value":1710},{"type":173,"tag":217,"props":1846,"children":1847},{"style":224},[1848],{"type":179,"value":296},{"type":173,"tag":217,"props":1850,"children":1851},{"style":224},[1852],{"type":179,"value":311},{"type":173,"tag":217,"props":1854,"children":1855},{"style":224},[1856],{"type":179,"value":657},{"type":173,"tag":217,"props":1858,"children":1859},{"style":299},[1860],{"type":179,"value":1861},"woman",{"type":173,"tag":217,"props":1863,"children":1864},{"style":224},[1865],{"type":179,"value":296},{"type":173,"tag":217,"props":1867,"children":1868},{"style":261},[1869],{"type":179,"value":1574},{"type":173,"tag":217,"props":1871,"children":1872},{"style":224},[1873],{"type":179,"value":269},{"type":173,"tag":217,"props":1875,"children":1876},{"style":224},[1877],{"type":179,"value":1162},{"type":173,"tag":217,"props":1879,"children":1880},{"style":261},[1881],{"type":179,"value":348},{"type":173,"tag":217,"props":1883,"children":1884},{"style":224},[1885],{"type":179,"value":353},{"type":173,"tag":217,"props":1887,"children":1888},{"style":283},[1889],{"type":179,"value":1432},{"type":173,"tag":217,"props":1891,"children":1892},{"style":261},[1893],{"type":179,"value":542},{"type":173,"tag":174,"props":1895,"children":1897},{"id":1896},"sortoptions",[1898],{"type":173,"tag":195,"props":1899,"children":1901},{"className":1900},[],[1902],{"type":179,"value":1903},"sort(options)",{"type":173,"tag":682,"props":1905,"children":1906},{},[1907],{"type":173,"tag":686,"props":1908,"children":1909},{},[1910,1916],{"type":173,"tag":195,"props":1911,"children":1913},{"className":1912},[],[1914],{"type":179,"value":1915},"options",{"type":173,"tag":682,"props":1917,"children":1918},{},[1919,1929],{"type":173,"tag":686,"props":1920,"children":1921},{},[1922,1923],{"type":179,"value":704},{"type":173,"tag":195,"props":1924,"children":1926},{"className":1925},[],[1927],{"type":179,"value":1928},"object",{"type":173,"tag":686,"props":1930,"children":1931},{},[1932],{"type":173,"tag":715,"props":1933,"children":1934},{},[1935],{"type":179,"value":719},{"type":173,"tag":182,"props":1937,"children":1938},{},[1939],{"type":179,"value":1940},"Sort results by a field or fields.",{"type":173,"tag":206,"props":1942,"children":1944},{"className":501,"code":1943,"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",[1945],{"type":173,"tag":195,"props":1946,"children":1947},{"__ignoreMap":167},[1948,1956,1999,2041,2056,2063,2071,2114,2176,2191,2199,2242,2282,2326,2342,2350,2359,2403,2452],{"type":173,"tag":217,"props":1949,"children":1950},{"class":219,"line":220},[1951],{"type":173,"tag":217,"props":1952,"children":1953},{"style":513},[1954],{"type":179,"value":1955},"// Sort by title ascending\n",{"type":173,"tag":217,"props":1957,"children":1958},{"class":219,"line":247},[1959,1963,1967,1971,1975,1979,1983,1987,1991,1995],{"type":173,"tag":217,"props":1960,"children":1961},{"style":236},[1962],{"type":179,"value":253},{"type":173,"tag":217,"props":1964,"children":1965},{"style":261},[1966],{"type":179,"value":1084},{"type":173,"tag":217,"props":1968,"children":1969},{"style":224},[1970],{"type":179,"value":533},{"type":173,"tag":217,"props":1972,"children":1973},{"style":277},[1974],{"type":179,"value":280},{"type":173,"tag":217,"props":1976,"children":1977},{"style":283},[1978],{"type":179,"value":326},{"type":173,"tag":217,"props":1980,"children":1981},{"style":261},[1982],{"type":179,"value":291},{"type":173,"tag":217,"props":1984,"children":1985},{"style":224},[1986],{"type":179,"value":296},{"type":173,"tag":217,"props":1988,"children":1989},{"style":299},[1990],{"type":179,"value":589},{"type":173,"tag":217,"props":1992,"children":1993},{"style":224},[1994],{"type":179,"value":296},{"type":173,"tag":217,"props":1996,"children":1997},{"style":261},[1998],{"type":179,"value":598},{"type":173,"tag":217,"props":2000,"children":2001},{"class":219,"line":366},[2002,2007,2012,2016,2020,2024,2028,2033,2037],{"type":173,"tag":217,"props":2003,"children":2004},{"style":224},[2005],{"type":179,"value":2006},"  .",{"type":173,"tag":217,"props":2008,"children":2009},{"style":283},[2010],{"type":179,"value":2011},"sort",{"type":173,"tag":217,"props":2013,"children":2014},{"style":261},[2015],{"type":179,"value":291},{"type":173,"tag":217,"props":2017,"children":2018},{"style":224},[2019],{"type":179,"value":1134},{"type":173,"tag":217,"props":2021,"children":2022},{"style":230},[2023],{"type":179,"value":1139},{"type":173,"tag":217,"props":2025,"children":2026},{"style":224},[2027],{"type":179,"value":1144},{"type":173,"tag":217,"props":2029,"children":2030},{"style":1408},[2031],{"type":179,"value":2032}," 1",{"type":173,"tag":217,"props":2034,"children":2035},{"style":224},[2036],{"type":179,"value":1162},{"type":173,"tag":217,"props":2038,"children":2039},{"style":261},[2040],{"type":179,"value":598},{"type":173,"tag":217,"props":2042,"children":2043},{"class":219,"line":383},[2044,2048,2052],{"type":173,"tag":217,"props":2045,"children":2046},{"style":224},[2047],{"type":179,"value":2006},{"type":173,"tag":217,"props":2049,"children":2050},{"style":283},[2051],{"type":179,"value":1432},{"type":173,"tag":217,"props":2053,"children":2054},{"style":261},[2055],{"type":179,"value":542},{"type":173,"tag":217,"props":2057,"children":2058},{"class":219,"line":393},[2059],{"type":173,"tag":217,"props":2060,"children":2061},{"emptyLinePlaceholder":387},[2062],{"type":179,"value":390},{"type":173,"tag":217,"props":2064,"children":2065},{"class":219,"line":410},[2066],{"type":173,"tag":217,"props":2067,"children":2068},{"style":513},[2069],{"type":179,"value":2070},"// Sort by title ascending first then sort by category descending\n",{"type":173,"tag":217,"props":2072,"children":2073},{"class":219,"line":427},[2074,2078,2082,2086,2090,2094,2098,2102,2106,2110],{"type":173,"tag":217,"props":2075,"children":2076},{"style":236},[2077],{"type":179,"value":253},{"type":173,"tag":217,"props":2079,"children":2080},{"style":261},[2081],{"type":179,"value":1084},{"type":173,"tag":217,"props":2083,"children":2084},{"style":224},[2085],{"type":179,"value":533},{"type":173,"tag":217,"props":2087,"children":2088},{"style":277},[2089],{"type":179,"value":280},{"type":173,"tag":217,"props":2091,"children":2092},{"style":283},[2093],{"type":179,"value":326},{"type":173,"tag":217,"props":2095,"children":2096},{"style":261},[2097],{"type":179,"value":291},{"type":173,"tag":217,"props":2099,"children":2100},{"style":224},[2101],{"type":179,"value":296},{"type":173,"tag":217,"props":2103,"children":2104},{"style":299},[2105],{"type":179,"value":589},{"type":173,"tag":217,"props":2107,"children":2108},{"style":224},[2109],{"type":179,"value":296},{"type":173,"tag":217,"props":2111,"children":2112},{"style":261},[2113],{"type":179,"value":598},{"type":173,"tag":217,"props":2115,"children":2116},{"class":219,"line":445},[2117,2121,2125,2129,2133,2137,2141,2145,2149,2154,2158,2163,2168,2172],{"type":173,"tag":217,"props":2118,"children":2119},{"style":224},[2120],{"type":179,"value":2006},{"type":173,"tag":217,"props":2122,"children":2123},{"style":283},[2124],{"type":179,"value":2011},{"type":173,"tag":217,"props":2126,"children":2127},{"style":261},[2128],{"type":179,"value":291},{"type":173,"tag":217,"props":2130,"children":2131},{"style":224},[2132],{"type":179,"value":1134},{"type":173,"tag":217,"props":2134,"children":2135},{"style":230},[2136],{"type":179,"value":1139},{"type":173,"tag":217,"props":2138,"children":2139},{"style":224},[2140],{"type":179,"value":1144},{"type":173,"tag":217,"props":2142,"children":2143},{"style":1408},[2144],{"type":179,"value":2032},{"type":173,"tag":217,"props":2146,"children":2147},{"style":224},[2148],{"type":179,"value":311},{"type":173,"tag":217,"props":2150,"children":2151},{"style":230},[2152],{"type":179,"value":2153}," category",{"type":173,"tag":217,"props":2155,"children":2156},{"style":224},[2157],{"type":179,"value":1144},{"type":173,"tag":217,"props":2159,"children":2160},{"style":224},[2161],{"type":179,"value":2162}," -",{"type":173,"tag":217,"props":2164,"children":2165},{"style":1408},[2166],{"type":179,"value":2167},"1",{"type":173,"tag":217,"props":2169,"children":2170},{"style":224},[2171],{"type":179,"value":1162},{"type":173,"tag":217,"props":2173,"children":2174},{"style":261},[2175],{"type":179,"value":598},{"type":173,"tag":217,"props":2177,"children":2178},{"class":219,"line":462},[2179,2183,2187],{"type":173,"tag":217,"props":2180,"children":2181},{"style":224},[2182],{"type":179,"value":2006},{"type":173,"tag":217,"props":2184,"children":2185},{"style":283},[2186],{"type":179,"value":1432},{"type":173,"tag":217,"props":2188,"children":2189},{"style":261},[2190],{"type":179,"value":542},{"type":173,"tag":217,"props":2192,"children":2193},{"class":219,"line":1446},[2194],{"type":173,"tag":217,"props":2195,"children":2196},{"style":513},[2197],{"type":179,"value":2198},"// OR\n",{"type":173,"tag":217,"props":2200,"children":2201},{"class":219,"line":1455},[2202,2206,2210,2214,2218,2222,2226,2230,2234,2238],{"type":173,"tag":217,"props":2203,"children":2204},{"style":236},[2205],{"type":179,"value":253},{"type":173,"tag":217,"props":2207,"children":2208},{"style":261},[2209],{"type":179,"value":1084},{"type":173,"tag":217,"props":2211,"children":2212},{"style":224},[2213],{"type":179,"value":533},{"type":173,"tag":217,"props":2215,"children":2216},{"style":277},[2217],{"type":179,"value":280},{"type":173,"tag":217,"props":2219,"children":2220},{"style":283},[2221],{"type":179,"value":326},{"type":173,"tag":217,"props":2223,"children":2224},{"style":261},[2225],{"type":179,"value":291},{"type":173,"tag":217,"props":2227,"children":2228},{"style":224},[2229],{"type":179,"value":296},{"type":173,"tag":217,"props":2231,"children":2232},{"style":299},[2233],{"type":179,"value":589},{"type":173,"tag":217,"props":2235,"children":2236},{"style":224},[2237],{"type":179,"value":296},{"type":173,"tag":217,"props":2239,"children":2240},{"style":261},[2241],{"type":179,"value":598},{"type":173,"tag":217,"props":2243,"children":2245},{"class":219,"line":2244},12,[2246,2250,2254,2258,2262,2266,2270,2274,2278],{"type":173,"tag":217,"props":2247,"children":2248},{"style":224},[2249],{"type":179,"value":2006},{"type":173,"tag":217,"props":2251,"children":2252},{"style":283},[2253],{"type":179,"value":2011},{"type":173,"tag":217,"props":2255,"children":2256},{"style":261},[2257],{"type":179,"value":291},{"type":173,"tag":217,"props":2259,"children":2260},{"style":224},[2261],{"type":179,"value":1134},{"type":173,"tag":217,"props":2263,"children":2264},{"style":230},[2265],{"type":179,"value":1139},{"type":173,"tag":217,"props":2267,"children":2268},{"style":224},[2269],{"type":179,"value":1144},{"type":173,"tag":217,"props":2271,"children":2272},{"style":1408},[2273],{"type":179,"value":2032},{"type":173,"tag":217,"props":2275,"children":2276},{"style":224},[2277],{"type":179,"value":1162},{"type":173,"tag":217,"props":2279,"children":2280},{"style":261},[2281],{"type":179,"value":598},{"type":173,"tag":217,"props":2283,"children":2285},{"class":219,"line":2284},13,[2286,2290,2294,2298,2302,2306,2310,2314,2318,2322],{"type":173,"tag":217,"props":2287,"children":2288},{"style":224},[2289],{"type":179,"value":2006},{"type":173,"tag":217,"props":2291,"children":2292},{"style":283},[2293],{"type":179,"value":2011},{"type":173,"tag":217,"props":2295,"children":2296},{"style":261},[2297],{"type":179,"value":291},{"type":173,"tag":217,"props":2299,"children":2300},{"style":224},[2301],{"type":179,"value":1134},{"type":173,"tag":217,"props":2303,"children":2304},{"style":230},[2305],{"type":179,"value":2153},{"type":173,"tag":217,"props":2307,"children":2308},{"style":224},[2309],{"type":179,"value":1144},{"type":173,"tag":217,"props":2311,"children":2312},{"style":224},[2313],{"type":179,"value":2162},{"type":173,"tag":217,"props":2315,"children":2316},{"style":1408},[2317],{"type":179,"value":2167},{"type":173,"tag":217,"props":2319,"children":2320},{"style":224},[2321],{"type":179,"value":1162},{"type":173,"tag":217,"props":2323,"children":2324},{"style":261},[2325],{"type":179,"value":598},{"type":173,"tag":217,"props":2327,"children":2329},{"class":219,"line":2328},14,[2330,2334,2338],{"type":173,"tag":217,"props":2331,"children":2332},{"style":224},[2333],{"type":179,"value":2006},{"type":173,"tag":217,"props":2335,"children":2336},{"style":283},[2337],{"type":179,"value":1432},{"type":173,"tag":217,"props":2339,"children":2340},{"style":261},[2341],{"type":179,"value":542},{"type":173,"tag":217,"props":2343,"children":2345},{"class":219,"line":2344},15,[2346],{"type":173,"tag":217,"props":2347,"children":2348},{"emptyLinePlaceholder":387},[2349],{"type":179,"value":390},{"type":173,"tag":217,"props":2351,"children":2353},{"class":219,"line":2352},16,[2354],{"type":173,"tag":217,"props":2355,"children":2356},{"style":513},[2357],{"type":179,"value":2358},"// Sort by nested field\n",{"type":173,"tag":217,"props":2360,"children":2362},{"class":219,"line":2361},17,[2363,2367,2371,2375,2379,2383,2387,2391,2395,2399],{"type":173,"tag":217,"props":2364,"children":2365},{"style":236},[2366],{"type":179,"value":253},{"type":173,"tag":217,"props":2368,"children":2369},{"style":261},[2370],{"type":179,"value":1084},{"type":173,"tag":217,"props":2372,"children":2373},{"style":224},[2374],{"type":179,"value":533},{"type":173,"tag":217,"props":2376,"children":2377},{"style":277},[2378],{"type":179,"value":280},{"type":173,"tag":217,"props":2380,"children":2381},{"style":283},[2382],{"type":179,"value":326},{"type":173,"tag":217,"props":2384,"children":2385},{"style":261},[2386],{"type":179,"value":291},{"type":173,"tag":217,"props":2388,"children":2389},{"style":224},[2390],{"type":179,"value":296},{"type":173,"tag":217,"props":2392,"children":2393},{"style":299},[2394],{"type":179,"value":589},{"type":173,"tag":217,"props":2396,"children":2397},{"style":224},[2398],{"type":179,"value":296},{"type":173,"tag":217,"props":2400,"children":2401},{"style":261},[2402],{"type":179,"value":598},{"type":173,"tag":217,"props":2404,"children":2406},{"class":219,"line":2405},18,[2407,2411,2415,2419,2423,2427,2432,2436,2440,2444,2448],{"type":173,"tag":217,"props":2408,"children":2409},{"style":224},[2410],{"type":179,"value":2006},{"type":173,"tag":217,"props":2412,"children":2413},{"style":283},[2414],{"type":179,"value":2011},{"type":173,"tag":217,"props":2416,"children":2417},{"style":261},[2418],{"type":179,"value":291},{"type":173,"tag":217,"props":2420,"children":2421},{"style":224},[2422],{"type":179,"value":1134},{"type":173,"tag":217,"props":2424,"children":2425},{"style":224},[2426],{"type":179,"value":657},{"type":173,"tag":217,"props":2428,"children":2429},{"style":230},[2430],{"type":179,"value":2431},"category.title",{"type":173,"tag":217,"props":2433,"children":2434},{"style":224},[2435],{"type":179,"value":296},{"type":173,"tag":217,"props":2437,"children":2438},{"style":224},[2439],{"type":179,"value":1144},{"type":173,"tag":217,"props":2441,"children":2442},{"style":1408},[2443],{"type":179,"value":2032},{"type":173,"tag":217,"props":2445,"children":2446},{"style":224},[2447],{"type":179,"value":1162},{"type":173,"tag":217,"props":2449,"children":2450},{"style":261},[2451],{"type":179,"value":598},{"type":173,"tag":217,"props":2453,"children":2455},{"class":219,"line":2454},19,[2456,2460,2464],{"type":173,"tag":217,"props":2457,"children":2458},{"style":224},[2459],{"type":179,"value":2006},{"type":173,"tag":217,"props":2461,"children":2462},{"style":283},[2463],{"type":179,"value":1432},{"type":173,"tag":217,"props":2465,"children":2466},{"style":261},[2467],{"type":179,"value":542},{"type":173,"tag":2469,"props":2470,"children":2471},"blockquote",{},[2472,2503],{"type":173,"tag":182,"props":2473,"children":2474},{},[2475,2481,2483,2488,2490,2495,2497,2502],{"type":173,"tag":195,"props":2476,"children":2478},{"className":2477},[],[2479],{"type":179,"value":2480},"sort()",{"type":179,"value":2482}," method does ",{"type":173,"tag":715,"props":2484,"children":2485},{},[2486],{"type":179,"value":2487},"case-sensitive, alphabetical",{"type":179,"value":2489}," 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":2491,"children":2492},{},[2493],{"type":179,"value":2494},"case-insensitive",{"type":179,"value":2496}," or ",{"type":173,"tag":715,"props":2498,"children":2499},{},[2500],{"type":179,"value":2501},"numerically rather than alphabetically",{"type":179,"value":353},{"type":173,"tag":682,"props":2504,"children":2505},{},[2506,2525,2543],{"type":173,"tag":686,"props":2507,"children":2508},{},[2509,2515,2517,2523],{"type":173,"tag":195,"props":2510,"children":2512},{"className":2511},[],[2513],{"type":179,"value":2514},"$sensitivity",{"type":179,"value":2516},": Change case sensitivity. Like using ",{"type":173,"tag":195,"props":2518,"children":2520},{"className":2519},[],[2521],{"type":179,"value":2522},"$sensitivity: 'base'",{"type":179,"value":2524}," for case-insensitive sort",{"type":173,"tag":686,"props":2526,"children":2527},{},[2528,2534,2536,2542],{"type":173,"tag":195,"props":2529,"children":2531},{"className":2530},[],[2532],{"type":179,"value":2533},"$numeric",{"type":179,"value":2535},": Boolean whether numeric collation should be used, such that ",{"type":173,"tag":195,"props":2537,"children":2539},{"className":2538},[],[2540],{"type":179,"value":2541},"\"1\" \u003C \"2\" \u003C \"10\"",{"type":179,"value":353},{"type":173,"tag":686,"props":2544,"children":2545},{},[2546,2552],{"type":173,"tag":195,"props":2547,"children":2549},{"className":2548},[],[2550],{"type":179,"value":2551},"$caseFirst",{"type":179,"value":2553},": Whether upper case or lower case should sort first.",{"type":173,"tag":182,"props":2555,"children":2556},{},[2557],{"type":179,"value":2558},"For example, to sort a list of people from youngest to oldest:",{"type":173,"tag":206,"props":2560,"children":2562},{"className":501,"code":2561,"language":503,"meta":167,"style":167},"const people = await queryContent('people')\n  .sort({ age: 1, $numeric: true })\n  .find()\n",[2563],{"type":173,"tag":195,"props":2564,"children":2565},{"__ignoreMap":167},[2566,2611,2669],{"type":173,"tag":217,"props":2567,"children":2568},{"class":219,"line":220},[2569,2573,2578,2582,2586,2590,2594,2598,2603,2607],{"type":173,"tag":217,"props":2570,"children":2571},{"style":236},[2572],{"type":179,"value":253},{"type":173,"tag":217,"props":2574,"children":2575},{"style":261},[2576],{"type":179,"value":2577}," people ",{"type":173,"tag":217,"props":2579,"children":2580},{"style":224},[2581],{"type":179,"value":533},{"type":173,"tag":217,"props":2583,"children":2584},{"style":277},[2585],{"type":179,"value":280},{"type":173,"tag":217,"props":2587,"children":2588},{"style":283},[2589],{"type":179,"value":326},{"type":173,"tag":217,"props":2591,"children":2592},{"style":261},[2593],{"type":179,"value":291},{"type":173,"tag":217,"props":2595,"children":2596},{"style":224},[2597],{"type":179,"value":296},{"type":173,"tag":217,"props":2599,"children":2600},{"style":299},[2601],{"type":179,"value":2602},"people",{"type":173,"tag":217,"props":2604,"children":2605},{"style":224},[2606],{"type":179,"value":296},{"type":173,"tag":217,"props":2608,"children":2609},{"style":261},[2610],{"type":179,"value":598},{"type":173,"tag":217,"props":2612,"children":2613},{"class":219,"line":247},[2614,2618,2622,2626,2630,2634,2638,2642,2646,2651,2655,2661,2665],{"type":173,"tag":217,"props":2615,"children":2616},{"style":224},[2617],{"type":179,"value":2006},{"type":173,"tag":217,"props":2619,"children":2620},{"style":283},[2621],{"type":179,"value":2011},{"type":173,"tag":217,"props":2623,"children":2624},{"style":261},[2625],{"type":179,"value":291},{"type":173,"tag":217,"props":2627,"children":2628},{"style":224},[2629],{"type":179,"value":1134},{"type":173,"tag":217,"props":2631,"children":2632},{"style":230},[2633],{"type":179,"value":1388},{"type":173,"tag":217,"props":2635,"children":2636},{"style":224},[2637],{"type":179,"value":1144},{"type":173,"tag":217,"props":2639,"children":2640},{"style":1408},[2641],{"type":179,"value":2032},{"type":173,"tag":217,"props":2643,"children":2644},{"style":224},[2645],{"type":179,"value":311},{"type":173,"tag":217,"props":2647,"children":2648},{"style":230},[2649],{"type":179,"value":2650}," $numeric",{"type":173,"tag":217,"props":2652,"children":2653},{"style":224},[2654],{"type":179,"value":1144},{"type":173,"tag":217,"props":2656,"children":2658},{"style":2657},"--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC",[2659],{"type":179,"value":2660}," true",{"type":173,"tag":217,"props":2662,"children":2663},{"style":224},[2664],{"type":179,"value":1162},{"type":173,"tag":217,"props":2666,"children":2667},{"style":261},[2668],{"type":179,"value":598},{"type":173,"tag":217,"props":2670,"children":2671},{"class":219,"line":366},[2672,2676,2680],{"type":173,"tag":217,"props":2673,"children":2674},{"style":224},[2675],{"type":179,"value":2006},{"type":173,"tag":217,"props":2677,"children":2678},{"style":283},[2679],{"type":179,"value":1432},{"type":173,"tag":217,"props":2681,"children":2682},{"style":261},[2683],{"type":179,"value":542},{"type":173,"tag":182,"props":2685,"children":2686},{},[2687,2689,2696],{"type":179,"value":2688},"These options are given to ",{"type":173,"tag":188,"props":2690,"children":2693},{"href":2691,"rel":2692},"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator#parameters",[192],[2694],{"type":179,"value":2695},"Intl.Collator()",{"type":179,"value":353},{"type":173,"tag":174,"props":2698,"children":2700},{"id":2699},"limitcount",[2701],{"type":173,"tag":195,"props":2702,"children":2704},{"className":2703},[],[2705],{"type":179,"value":2706},"limit(count)",{"type":173,"tag":682,"props":2708,"children":2709},{},[2710],{"type":173,"tag":686,"props":2711,"children":2712},{},[2713,2719],{"type":173,"tag":195,"props":2714,"children":2716},{"className":2715},[],[2717],{"type":179,"value":2718},"count",{"type":173,"tag":682,"props":2720,"children":2721},{},[2722,2732],{"type":173,"tag":686,"props":2723,"children":2724},{},[2725,2726],{"type":179,"value":704},{"type":173,"tag":195,"props":2727,"children":2729},{"className":2728},[],[2730],{"type":179,"value":2731},"number",{"type":173,"tag":686,"props":2733,"children":2734},{},[2735],{"type":173,"tag":715,"props":2736,"children":2737},{},[2738],{"type":179,"value":719},{"type":173,"tag":182,"props":2740,"children":2741},{},[2742],{"type":179,"value":2743},"Limit number of results.",{"type":173,"tag":206,"props":2745,"children":2747},{"className":501,"code":2746,"language":503,"meta":167,"style":167},"// fetch only 5 articles\nconst articles = await queryContent('articles').limit(5).find()\n",[2748],{"type":173,"tag":195,"props":2749,"children":2750},{"__ignoreMap":167},[2751,2759],{"type":173,"tag":217,"props":2752,"children":2753},{"class":219,"line":220},[2754],{"type":173,"tag":217,"props":2755,"children":2756},{"style":513},[2757],{"type":179,"value":2758},"// fetch only 5 articles\n",{"type":173,"tag":217,"props":2760,"children":2761},{"class":219,"line":247},[2762,2766,2770,2774,2778,2782,2786,2790,2794,2798,2802,2806,2811,2815,2820,2824,2828,2832],{"type":173,"tag":217,"props":2763,"children":2764},{"style":236},[2765],{"type":179,"value":253},{"type":173,"tag":217,"props":2767,"children":2768},{"style":261},[2769],{"type":179,"value":1084},{"type":173,"tag":217,"props":2771,"children":2772},{"style":224},[2773],{"type":179,"value":533},{"type":173,"tag":217,"props":2775,"children":2776},{"style":277},[2777],{"type":179,"value":280},{"type":173,"tag":217,"props":2779,"children":2780},{"style":283},[2781],{"type":179,"value":326},{"type":173,"tag":217,"props":2783,"children":2784},{"style":261},[2785],{"type":179,"value":291},{"type":173,"tag":217,"props":2787,"children":2788},{"style":224},[2789],{"type":179,"value":296},{"type":173,"tag":217,"props":2791,"children":2792},{"style":299},[2793],{"type":179,"value":589},{"type":173,"tag":217,"props":2795,"children":2796},{"style":224},[2797],{"type":179,"value":296},{"type":173,"tag":217,"props":2799,"children":2800},{"style":261},[2801],{"type":179,"value":348},{"type":173,"tag":217,"props":2803,"children":2804},{"style":224},[2805],{"type":179,"value":353},{"type":173,"tag":217,"props":2807,"children":2808},{"style":283},[2809],{"type":179,"value":2810},"limit",{"type":173,"tag":217,"props":2812,"children":2813},{"style":261},[2814],{"type":179,"value":291},{"type":173,"tag":217,"props":2816,"children":2817},{"style":1408},[2818],{"type":179,"value":2819},"5",{"type":173,"tag":217,"props":2821,"children":2822},{"style":261},[2823],{"type":179,"value":348},{"type":173,"tag":217,"props":2825,"children":2826},{"style":224},[2827],{"type":179,"value":353},{"type":173,"tag":217,"props":2829,"children":2830},{"style":283},[2831],{"type":179,"value":1432},{"type":173,"tag":217,"props":2833,"children":2834},{"style":261},[2835],{"type":179,"value":542},{"type":173,"tag":174,"props":2837,"children":2839},{"id":2838},"skipcount",[2840],{"type":173,"tag":195,"props":2841,"children":2843},{"className":2842},[],[2844],{"type":179,"value":2845},"skip(count)",{"type":173,"tag":682,"props":2847,"children":2848},{},[2849],{"type":173,"tag":686,"props":2850,"children":2851},{},[2852,2857],{"type":173,"tag":195,"props":2853,"children":2855},{"className":2854},[],[2856],{"type":179,"value":2718},{"type":173,"tag":682,"props":2858,"children":2859},{},[2860,2869],{"type":173,"tag":686,"props":2861,"children":2862},{},[2863,2864],{"type":179,"value":704},{"type":173,"tag":195,"props":2865,"children":2867},{"className":2866},[],[2868],{"type":179,"value":2731},{"type":173,"tag":686,"props":2870,"children":2871},{},[2872],{"type":173,"tag":715,"props":2873,"children":2874},{},[2875],{"type":179,"value":719},{"type":173,"tag":182,"props":2877,"children":2878},{},[2879],{"type":179,"value":2880},"Skip results.",{"type":173,"tag":206,"props":2882,"children":2884},{"className":501,"code":2883,"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",[2885],{"type":173,"tag":195,"props":2886,"children":2887},{"__ignoreMap":167},[2888,2896,2939,2964,2987],{"type":173,"tag":217,"props":2889,"children":2890},{"class":219,"line":220},[2891],{"type":173,"tag":217,"props":2892,"children":2893},{"style":513},[2894],{"type":179,"value":2895},"// fetch the next 5 articles\n",{"type":173,"tag":217,"props":2897,"children":2898},{"class":219,"line":247},[2899,2903,2907,2911,2915,2919,2923,2927,2931,2935],{"type":173,"tag":217,"props":2900,"children":2901},{"style":236},[2902],{"type":179,"value":253},{"type":173,"tag":217,"props":2904,"children":2905},{"style":261},[2906],{"type":179,"value":1084},{"type":173,"tag":217,"props":2908,"children":2909},{"style":224},[2910],{"type":179,"value":533},{"type":173,"tag":217,"props":2912,"children":2913},{"style":277},[2914],{"type":179,"value":280},{"type":173,"tag":217,"props":2916,"children":2917},{"style":283},[2918],{"type":179,"value":326},{"type":173,"tag":217,"props":2920,"children":2921},{"style":261},[2922],{"type":179,"value":291},{"type":173,"tag":217,"props":2924,"children":2925},{"style":224},[2926],{"type":179,"value":296},{"type":173,"tag":217,"props":2928,"children":2929},{"style":299},[2930],{"type":179,"value":589},{"type":173,"tag":217,"props":2932,"children":2933},{"style":224},[2934],{"type":179,"value":296},{"type":173,"tag":217,"props":2936,"children":2937},{"style":261},[2938],{"type":179,"value":598},{"type":173,"tag":217,"props":2940,"children":2941},{"class":219,"line":366},[2942,2947,2952,2956,2960],{"type":173,"tag":217,"props":2943,"children":2944},{"style":224},[2945],{"type":179,"value":2946},"    .",{"type":173,"tag":217,"props":2948,"children":2949},{"style":283},[2950],{"type":179,"value":2951},"skip",{"type":173,"tag":217,"props":2953,"children":2954},{"style":261},[2955],{"type":179,"value":291},{"type":173,"tag":217,"props":2957,"children":2958},{"style":1408},[2959],{"type":179,"value":2819},{"type":173,"tag":217,"props":2961,"children":2962},{"style":261},[2963],{"type":179,"value":598},{"type":173,"tag":217,"props":2965,"children":2966},{"class":219,"line":383},[2967,2971,2975,2979,2983],{"type":173,"tag":217,"props":2968,"children":2969},{"style":224},[2970],{"type":179,"value":2946},{"type":173,"tag":217,"props":2972,"children":2973},{"style":283},[2974],{"type":179,"value":2810},{"type":173,"tag":217,"props":2976,"children":2977},{"style":261},[2978],{"type":179,"value":291},{"type":173,"tag":217,"props":2980,"children":2981},{"style":1408},[2982],{"type":179,"value":2819},{"type":173,"tag":217,"props":2984,"children":2985},{"style":261},[2986],{"type":179,"value":598},{"type":173,"tag":217,"props":2988,"children":2989},{"class":219,"line":393},[2990,2994,2998],{"type":173,"tag":217,"props":2991,"children":2992},{"style":224},[2993],{"type":179,"value":2946},{"type":173,"tag":217,"props":2995,"children":2996},{"style":283},[2997],{"type":179,"value":1432},{"type":173,"tag":217,"props":2999,"children":3000},{"style":261},[3001],{"type":179,"value":542},{"type":173,"tag":174,"props":3003,"children":3005},{"id":3004},"withoutkeys",[3006],{"type":173,"tag":195,"props":3007,"children":3009},{"className":3008},[],[3010],{"type":179,"value":3011},"without(keys)",{"type":173,"tag":682,"props":3013,"children":3014},{},[3015],{"type":173,"tag":686,"props":3016,"children":3017},{},[3018,3024],{"type":173,"tag":195,"props":3019,"children":3021},{"className":3020},[],[3022],{"type":179,"value":3023},"keys",{"type":173,"tag":682,"props":3025,"children":3026},{},[3027,3044],{"type":173,"tag":686,"props":3028,"children":3029},{},[3030,3031,3037,3038],{"type":179,"value":704},{"type":173,"tag":195,"props":3032,"children":3034},{"className":3033},[],[3035],{"type":179,"value":3036},"string[]",{"type":179,"value":2496},{"type":173,"tag":195,"props":3039,"children":3041},{"className":3040},[],[3042],{"type":179,"value":3043},"string",{"type":173,"tag":686,"props":3045,"children":3046},{},[3047],{"type":173,"tag":715,"props":3048,"children":3049},{},[3050],{"type":179,"value":719},{"type":173,"tag":182,"props":3052,"children":3053},{},[3054],{"type":179,"value":3055},"Remove a subset of fields.",{"type":173,"tag":206,"props":3057,"children":3059},{"className":501,"code":3058,"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",[3060],{"type":173,"tag":195,"props":3061,"children":3062},{"__ignoreMap":167},[3063,3148,3155],{"type":173,"tag":217,"props":3064,"children":3065},{"class":219,"line":220},[3066,3070,3074,3078,3082,3086,3090,3094,3098,3102,3106,3110,3115,3119,3123,3128,3132,3136,3140,3144],{"type":173,"tag":217,"props":3067,"children":3068},{"style":236},[3069],{"type":179,"value":253},{"type":173,"tag":217,"props":3071,"children":3072},{"style":261},[3073],{"type":179,"value":1084},{"type":173,"tag":217,"props":3075,"children":3076},{"style":224},[3077],{"type":179,"value":533},{"type":173,"tag":217,"props":3079,"children":3080},{"style":277},[3081],{"type":179,"value":280},{"type":173,"tag":217,"props":3083,"children":3084},{"style":283},[3085],{"type":179,"value":326},{"type":173,"tag":217,"props":3087,"children":3088},{"style":261},[3089],{"type":179,"value":291},{"type":173,"tag":217,"props":3091,"children":3092},{"style":224},[3093],{"type":179,"value":296},{"type":173,"tag":217,"props":3095,"children":3096},{"style":299},[3097],{"type":179,"value":589},{"type":173,"tag":217,"props":3099,"children":3100},{"style":224},[3101],{"type":179,"value":296},{"type":173,"tag":217,"props":3103,"children":3104},{"style":261},[3105],{"type":179,"value":348},{"type":173,"tag":217,"props":3107,"children":3108},{"style":224},[3109],{"type":179,"value":353},{"type":173,"tag":217,"props":3111,"children":3112},{"style":283},[3113],{"type":179,"value":3114},"without",{"type":173,"tag":217,"props":3116,"children":3117},{"style":261},[3118],{"type":179,"value":291},{"type":173,"tag":217,"props":3120,"children":3121},{"style":224},[3122],{"type":179,"value":296},{"type":173,"tag":217,"props":3124,"children":3125},{"style":299},[3126],{"type":179,"value":3127},"unused-key",{"type":173,"tag":217,"props":3129,"children":3130},{"style":224},[3131],{"type":179,"value":296},{"type":173,"tag":217,"props":3133,"children":3134},{"style":261},[3135],{"type":179,"value":348},{"type":173,"tag":217,"props":3137,"children":3138},{"style":224},[3139],{"type":179,"value":353},{"type":173,"tag":217,"props":3141,"children":3142},{"style":283},[3143],{"type":179,"value":1432},{"type":173,"tag":217,"props":3145,"children":3146},{"style":261},[3147],{"type":179,"value":542},{"type":173,"tag":217,"props":3149,"children":3150},{"class":219,"line":247},[3151],{"type":173,"tag":217,"props":3152,"children":3153},{"emptyLinePlaceholder":387},[3154],{"type":179,"value":390},{"type":173,"tag":217,"props":3156,"children":3157},{"class":219,"line":366},[3158,3162,3166,3170,3174,3178,3182,3186,3190,3194,3198,3202,3206,3211,3215,3219,3223,3227,3231,3236,3240,3245,3249,3253],{"type":173,"tag":217,"props":3159,"children":3160},{"style":236},[3161],{"type":179,"value":253},{"type":173,"tag":217,"props":3163,"children":3164},{"style":261},[3165],{"type":179,"value":1084},{"type":173,"tag":217,"props":3167,"children":3168},{"style":224},[3169],{"type":179,"value":533},{"type":173,"tag":217,"props":3171,"children":3172},{"style":277},[3173],{"type":179,"value":280},{"type":173,"tag":217,"props":3175,"children":3176},{"style":283},[3177],{"type":179,"value":326},{"type":173,"tag":217,"props":3179,"children":3180},{"style":261},[3181],{"type":179,"value":291},{"type":173,"tag":217,"props":3183,"children":3184},{"style":224},[3185],{"type":179,"value":296},{"type":173,"tag":217,"props":3187,"children":3188},{"style":299},[3189],{"type":179,"value":589},{"type":173,"tag":217,"props":3191,"children":3192},{"style":224},[3193],{"type":179,"value":296},{"type":173,"tag":217,"props":3195,"children":3196},{"style":261},[3197],{"type":179,"value":348},{"type":173,"tag":217,"props":3199,"children":3200},{"style":224},[3201],{"type":179,"value":353},{"type":173,"tag":217,"props":3203,"children":3204},{"style":283},[3205],{"type":179,"value":3114},{"type":173,"tag":217,"props":3207,"children":3208},{"style":261},[3209],{"type":179,"value":3210},"([",{"type":173,"tag":217,"props":3212,"children":3213},{"style":224},[3214],{"type":179,"value":296},{"type":173,"tag":217,"props":3216,"children":3217},{"style":299},[3218],{"type":179,"value":3127},{"type":173,"tag":217,"props":3220,"children":3221},{"style":224},[3222],{"type":179,"value":296},{"type":173,"tag":217,"props":3224,"children":3225},{"style":224},[3226],{"type":179,"value":311},{"type":173,"tag":217,"props":3228,"children":3229},{"style":224},[3230],{"type":179,"value":657},{"type":173,"tag":217,"props":3232,"children":3233},{"style":299},[3234],{"type":179,"value":3235},"another-unused-key",{"type":173,"tag":217,"props":3237,"children":3238},{"style":224},[3239],{"type":179,"value":296},{"type":173,"tag":217,"props":3241,"children":3242},{"style":261},[3243],{"type":179,"value":3244},"])",{"type":173,"tag":217,"props":3246,"children":3247},{"style":224},[3248],{"type":179,"value":353},{"type":173,"tag":217,"props":3250,"children":3251},{"style":283},[3252],{"type":179,"value":1432},{"type":173,"tag":217,"props":3254,"children":3255},{"style":261},[3256],{"type":179,"value":542},{"type":173,"tag":174,"props":3258,"children":3260},{"id":3259},"onlykeys",[3261],{"type":173,"tag":195,"props":3262,"children":3264},{"className":3263},[],[3265],{"type":179,"value":3266},"only(keys)",{"type":173,"tag":682,"props":3268,"children":3269},{},[3270],{"type":173,"tag":686,"props":3271,"children":3272},{},[3273,3278],{"type":173,"tag":195,"props":3274,"children":3276},{"className":3275},[],[3277],{"type":179,"value":3023},{"type":173,"tag":682,"props":3279,"children":3280},{},[3281,3296],{"type":173,"tag":686,"props":3282,"children":3283},{},[3284,3285,3290,3291],{"type":179,"value":704},{"type":173,"tag":195,"props":3286,"children":3288},{"className":3287},[],[3289],{"type":179,"value":3036},{"type":179,"value":2496},{"type":173,"tag":195,"props":3292,"children":3294},{"className":3293},[],[3295],{"type":179,"value":3043},{"type":173,"tag":686,"props":3297,"children":3298},{},[3299],{"type":173,"tag":715,"props":3300,"children":3301},{},[3302],{"type":179,"value":719},{"type":173,"tag":182,"props":3304,"children":3305},{},[3306],{"type":179,"value":3307},"Select a subset of fields.",{"type":173,"tag":206,"props":3309,"children":3311},{"className":501,"code":3310,"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",[3312],{"type":173,"tag":195,"props":3313,"children":3314},{"__ignoreMap":167},[3315,3400,3407],{"type":173,"tag":217,"props":3316,"children":3317},{"class":219,"line":220},[3318,3322,3326,3330,3334,3338,3342,3346,3350,3354,3358,3362,3367,3371,3375,3380,3384,3388,3392,3396],{"type":173,"tag":217,"props":3319,"children":3320},{"style":236},[3321],{"type":179,"value":253},{"type":173,"tag":217,"props":3323,"children":3324},{"style":261},[3325],{"type":179,"value":1084},{"type":173,"tag":217,"props":3327,"children":3328},{"style":224},[3329],{"type":179,"value":533},{"type":173,"tag":217,"props":3331,"children":3332},{"style":277},[3333],{"type":179,"value":280},{"type":173,"tag":217,"props":3335,"children":3336},{"style":283},[3337],{"type":179,"value":326},{"type":173,"tag":217,"props":3339,"children":3340},{"style":261},[3341],{"type":179,"value":291},{"type":173,"tag":217,"props":3343,"children":3344},{"style":224},[3345],{"type":179,"value":296},{"type":173,"tag":217,"props":3347,"children":3348},{"style":299},[3349],{"type":179,"value":589},{"type":173,"tag":217,"props":3351,"children":3352},{"style":224},[3353],{"type":179,"value":296},{"type":173,"tag":217,"props":3355,"children":3356},{"style":261},[3357],{"type":179,"value":348},{"type":173,"tag":217,"props":3359,"children":3360},{"style":224},[3361],{"type":179,"value":353},{"type":173,"tag":217,"props":3363,"children":3364},{"style":283},[3365],{"type":179,"value":3366},"only",{"type":173,"tag":217,"props":3368,"children":3369},{"style":261},[3370],{"type":179,"value":291},{"type":173,"tag":217,"props":3372,"children":3373},{"style":224},[3374],{"type":179,"value":296},{"type":173,"tag":217,"props":3376,"children":3377},{"style":299},[3378],{"type":179,"value":3379},"id",{"type":173,"tag":217,"props":3381,"children":3382},{"style":224},[3383],{"type":179,"value":296},{"type":173,"tag":217,"props":3385,"children":3386},{"style":261},[3387],{"type":179,"value":348},{"type":173,"tag":217,"props":3389,"children":3390},{"style":224},[3391],{"type":179,"value":353},{"type":173,"tag":217,"props":3393,"children":3394},{"style":283},[3395],{"type":179,"value":1432},{"type":173,"tag":217,"props":3397,"children":3398},{"style":261},[3399],{"type":179,"value":542},{"type":173,"tag":217,"props":3401,"children":3402},{"class":219,"line":247},[3403],{"type":173,"tag":217,"props":3404,"children":3405},{"emptyLinePlaceholder":387},[3406],{"type":179,"value":390},{"type":173,"tag":217,"props":3408,"children":3409},{"class":219,"line":366},[3410,3414,3418,3422,3426,3430,3434,3438,3442,3446,3450,3454,3458,3462,3466,3470,3474,3478,3482,3487,3491,3495,3499,3503],{"type":173,"tag":217,"props":3411,"children":3412},{"style":236},[3413],{"type":179,"value":253},{"type":173,"tag":217,"props":3415,"children":3416},{"style":261},[3417],{"type":179,"value":1084},{"type":173,"tag":217,"props":3419,"children":3420},{"style":224},[3421],{"type":179,"value":533},{"type":173,"tag":217,"props":3423,"children":3424},{"style":277},[3425],{"type":179,"value":280},{"type":173,"tag":217,"props":3427,"children":3428},{"style":283},[3429],{"type":179,"value":326},{"type":173,"tag":217,"props":3431,"children":3432},{"style":261},[3433],{"type":179,"value":291},{"type":173,"tag":217,"props":3435,"children":3436},{"style":224},[3437],{"type":179,"value":296},{"type":173,"tag":217,"props":3439,"children":3440},{"style":299},[3441],{"type":179,"value":589},{"type":173,"tag":217,"props":3443,"children":3444},{"style":224},[3445],{"type":179,"value":296},{"type":173,"tag":217,"props":3447,"children":3448},{"style":261},[3449],{"type":179,"value":348},{"type":173,"tag":217,"props":3451,"children":3452},{"style":224},[3453],{"type":179,"value":353},{"type":173,"tag":217,"props":3455,"children":3456},{"style":283},[3457],{"type":179,"value":3366},{"type":173,"tag":217,"props":3459,"children":3460},{"style":261},[3461],{"type":179,"value":3210},{"type":173,"tag":217,"props":3463,"children":3464},{"style":224},[3465],{"type":179,"value":296},{"type":173,"tag":217,"props":3467,"children":3468},{"style":299},[3469],{"type":179,"value":3379},{"type":173,"tag":217,"props":3471,"children":3472},{"style":224},[3473],{"type":179,"value":296},{"type":173,"tag":217,"props":3475,"children":3476},{"style":224},[3477],{"type":179,"value":311},{"type":173,"tag":217,"props":3479,"children":3480},{"style":224},[3481],{"type":179,"value":657},{"type":173,"tag":217,"props":3483,"children":3484},{"style":299},[3485],{"type":179,"value":3486},"title",{"type":173,"tag":217,"props":3488,"children":3489},{"style":224},[3490],{"type":179,"value":296},{"type":173,"tag":217,"props":3492,"children":3493},{"style":261},[3494],{"type":179,"value":3244},{"type":173,"tag":217,"props":3496,"children":3497},{"style":224},[3498],{"type":179,"value":353},{"type":173,"tag":217,"props":3500,"children":3501},{"style":283},[3502],{"type":179,"value":1432},{"type":173,"tag":217,"props":3504,"children":3505},{"style":261},[3506],{"type":179,"value":542},{"type":173,"tag":174,"props":3508,"children":3509},{"id":1432},[3510],{"type":173,"tag":195,"props":3511,"children":3513},{"className":3512},[],[3514],{"type":179,"value":3515},"find()",{"type":173,"tag":182,"props":3517,"children":3518},{},[3519],{"type":179,"value":3520},"Fetch and return the list of matched contents based on the query.",{"type":173,"tag":206,"props":3522,"children":3524},{"className":501,"code":3523,"language":503,"meta":167,"style":167},"// List of articles\nconst articles = await queryContent('articles').find()\n",[3525],{"type":173,"tag":195,"props":3526,"children":3527},{"__ignoreMap":167},[3528,3536],{"type":173,"tag":217,"props":3529,"children":3530},{"class":219,"line":220},[3531],{"type":173,"tag":217,"props":3532,"children":3533},{"style":513},[3534],{"type":179,"value":3535},"// List of articles\n",{"type":173,"tag":217,"props":3537,"children":3538},{"class":219,"line":247},[3539,3543,3547,3551,3555,3559,3563,3567,3571,3575,3579,3583,3587],{"type":173,"tag":217,"props":3540,"children":3541},{"style":236},[3542],{"type":179,"value":253},{"type":173,"tag":217,"props":3544,"children":3545},{"style":261},[3546],{"type":179,"value":1084},{"type":173,"tag":217,"props":3548,"children":3549},{"style":224},[3550],{"type":179,"value":533},{"type":173,"tag":217,"props":3552,"children":3553},{"style":277},[3554],{"type":179,"value":280},{"type":173,"tag":217,"props":3556,"children":3557},{"style":283},[3558],{"type":179,"value":326},{"type":173,"tag":217,"props":3560,"children":3561},{"style":261},[3562],{"type":179,"value":291},{"type":173,"tag":217,"props":3564,"children":3565},{"style":224},[3566],{"type":179,"value":296},{"type":173,"tag":217,"props":3568,"children":3569},{"style":299},[3570],{"type":179,"value":589},{"type":173,"tag":217,"props":3572,"children":3573},{"style":224},[3574],{"type":179,"value":296},{"type":173,"tag":217,"props":3576,"children":3577},{"style":261},[3578],{"type":179,"value":348},{"type":173,"tag":217,"props":3580,"children":3581},{"style":224},[3582],{"type":179,"value":353},{"type":173,"tag":217,"props":3584,"children":3585},{"style":283},[3586],{"type":179,"value":1432},{"type":173,"tag":217,"props":3588,"children":3589},{"style":261},[3590],{"type":179,"value":542},{"type":173,"tag":174,"props":3592,"children":3594},{"id":3593},"findone",[3595],{"type":173,"tag":195,"props":3596,"children":3598},{"className":3597},[],[3599],{"type":179,"value":3600},"findOne()",{"type":173,"tag":182,"props":3602,"children":3603},{},[3604],{"type":179,"value":3605},"Fetch the first match of content.",{"type":173,"tag":206,"props":3607,"children":3609},{"className":501,"code":3608,"language":503,"meta":167,"style":167},"const firstArticle = await queryContent('articles').findOne()\n",[3610],{"type":173,"tag":195,"props":3611,"children":3612},{"__ignoreMap":167},[3613],{"type":173,"tag":217,"props":3614,"children":3615},{"class":219,"line":220},[3616,3620,3625,3629,3633,3637,3641,3645,3649,3653,3657,3661,3665],{"type":173,"tag":217,"props":3617,"children":3618},{"style":236},[3619],{"type":179,"value":253},{"type":173,"tag":217,"props":3621,"children":3622},{"style":261},[3623],{"type":179,"value":3624}," firstArticle ",{"type":173,"tag":217,"props":3626,"children":3627},{"style":224},[3628],{"type":179,"value":533},{"type":173,"tag":217,"props":3630,"children":3631},{"style":277},[3632],{"type":179,"value":280},{"type":173,"tag":217,"props":3634,"children":3635},{"style":283},[3636],{"type":179,"value":326},{"type":173,"tag":217,"props":3638,"children":3639},{"style":261},[3640],{"type":179,"value":291},{"type":173,"tag":217,"props":3642,"children":3643},{"style":224},[3644],{"type":179,"value":296},{"type":173,"tag":217,"props":3646,"children":3647},{"style":299},[3648],{"type":179,"value":589},{"type":173,"tag":217,"props":3650,"children":3651},{"style":224},[3652],{"type":179,"value":296},{"type":173,"tag":217,"props":3654,"children":3655},{"style":261},[3656],{"type":179,"value":348},{"type":173,"tag":217,"props":3658,"children":3659},{"style":224},[3660],{"type":179,"value":353},{"type":173,"tag":217,"props":3662,"children":3663},{"style":283},[3664],{"type":179,"value":358},{"type":173,"tag":217,"props":3666,"children":3667},{"style":261},[3668],{"type":179,"value":542},{"type":173,"tag":174,"props":3670,"children":3672},{"id":3671},"findsurroundpath-options",[3673],{"type":173,"tag":195,"props":3674,"children":3676},{"className":3675},[],[3677],{"type":179,"value":3678},"findSurround(path, options)",{"type":173,"tag":682,"props":3680,"children":3681},{},[3682,3710],{"type":173,"tag":686,"props":3683,"children":3684},{},[3685,3691],{"type":173,"tag":195,"props":3686,"children":3688},{"className":3687},[],[3689],{"type":179,"value":3690},"path",{"type":173,"tag":682,"props":3692,"children":3693},{},[3694,3703],{"type":173,"tag":686,"props":3695,"children":3696},{},[3697,3698],{"type":179,"value":704},{"type":173,"tag":195,"props":3699,"children":3701},{"className":3700},[],[3702],{"type":179,"value":3043},{"type":173,"tag":686,"props":3704,"children":3705},{},[3706],{"type":173,"tag":715,"props":3707,"children":3708},{},[3709],{"type":179,"value":719},{"type":173,"tag":686,"props":3711,"children":3712},{},[3713,3718],{"type":173,"tag":195,"props":3714,"children":3716},{"className":3715},[],[3717],{"type":179,"value":1915},{"type":173,"tag":682,"props":3719,"children":3720},{},[3721,3731],{"type":173,"tag":686,"props":3722,"children":3723},{},[3724,3725],{"type":179,"value":704},{"type":173,"tag":195,"props":3726,"children":3728},{"className":3727},[],[3729],{"type":179,"value":3730},"{ before: number, after: number }",{"type":173,"tag":686,"props":3732,"children":3733},{},[3734,3736],{"type":179,"value":3735},"Default: ",{"type":173,"tag":195,"props":3737,"children":3739},{"className":3738},[],[3740],{"type":179,"value":3741},"{ before: 1, after: 1 }",{"type":173,"tag":182,"props":3743,"children":3744},{},[3745],{"type":179,"value":3746},"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":3748,"children":3749},{},[3750],{"type":179,"value":3751},"You will always obtain an array of fixed length filled with the matching document or null.",{"type":173,"tag":206,"props":3753,"children":3755},{"className":501,"code":3754,"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",[3756],{"type":173,"tag":195,"props":3757,"children":3758},{"__ignoreMap":167},[3759,3805,3854,3894,3935,3968,3975,3983,3991,3999,4029,4055,4063,4071,4084],{"type":173,"tag":217,"props":3760,"children":3761},{"class":219,"line":220},[3762,3766,3770,3775,3779,3784,3789,3793,3797,3801],{"type":173,"tag":217,"props":3763,"children":3764},{"style":236},[3765],{"type":179,"value":253},{"type":173,"tag":217,"props":3767,"children":3768},{"style":224},[3769],{"type":179,"value":1539},{"type":173,"tag":217,"props":3771,"children":3772},{"style":261},[3773],{"type":179,"value":3774},"prev",{"type":173,"tag":217,"props":3776,"children":3777},{"style":224},[3778],{"type":179,"value":311},{"type":173,"tag":217,"props":3780,"children":3781},{"style":261},[3782],{"type":179,"value":3783}," next",{"type":173,"tag":217,"props":3785,"children":3786},{"style":224},[3787],{"type":179,"value":3788},"]",{"type":173,"tag":217,"props":3790,"children":3791},{"style":224},[3792],{"type":179,"value":274},{"type":173,"tag":217,"props":3794,"children":3795},{"style":277},[3796],{"type":179,"value":280},{"type":173,"tag":217,"props":3798,"children":3799},{"style":283},[3800],{"type":179,"value":326},{"type":173,"tag":217,"props":3802,"children":3803},{"style":261},[3804],{"type":179,"value":542},{"type":173,"tag":217,"props":3806,"children":3807},{"class":219,"line":247},[3808,3812,3816,3820,3824,3829,3833,3837,3841,3845,3849],{"type":173,"tag":217,"props":3809,"children":3810},{"style":224},[3811],{"type":179,"value":2006},{"type":173,"tag":217,"props":3813,"children":3814},{"style":283},[3815],{"type":179,"value":3366},{"type":173,"tag":217,"props":3817,"children":3818},{"style":261},[3819],{"type":179,"value":3210},{"type":173,"tag":217,"props":3821,"children":3822},{"style":224},[3823],{"type":179,"value":296},{"type":173,"tag":217,"props":3825,"children":3826},{"style":299},[3827],{"type":179,"value":3828},"_path",{"type":173,"tag":217,"props":3830,"children":3831},{"style":224},[3832],{"type":179,"value":296},{"type":173,"tag":217,"props":3834,"children":3835},{"style":224},[3836],{"type":179,"value":311},{"type":173,"tag":217,"props":3838,"children":3839},{"style":224},[3840],{"type":179,"value":657},{"type":173,"tag":217,"props":3842,"children":3843},{"style":299},[3844],{"type":179,"value":3486},{"type":173,"tag":217,"props":3846,"children":3847},{"style":224},[3848],{"type":179,"value":296},{"type":173,"tag":217,"props":3850,"children":3851},{"style":261},[3852],{"type":179,"value":3853},"])\n",{"type":173,"tag":217,"props":3855,"children":3856},{"class":219,"line":366},[3857,3861,3865,3869,3873,3878,3882,3886,3890],{"type":173,"tag":217,"props":3858,"children":3859},{"style":224},[3860],{"type":179,"value":2006},{"type":173,"tag":217,"props":3862,"children":3863},{"style":283},[3864],{"type":179,"value":2011},{"type":173,"tag":217,"props":3866,"children":3867},{"style":261},[3868],{"type":179,"value":291},{"type":173,"tag":217,"props":3870,"children":3871},{"style":224},[3872],{"type":179,"value":1134},{"type":173,"tag":217,"props":3874,"children":3875},{"style":230},[3876],{"type":179,"value":3877}," date",{"type":173,"tag":217,"props":3879,"children":3880},{"style":224},[3881],{"type":179,"value":1144},{"type":173,"tag":217,"props":3883,"children":3884},{"style":1408},[3885],{"type":179,"value":2032},{"type":173,"tag":217,"props":3887,"children":3888},{"style":224},[3889],{"type":179,"value":269},{"type":173,"tag":217,"props":3891,"children":3892},{"style":261},[3893],{"type":179,"value":598},{"type":173,"tag":217,"props":3895,"children":3896},{"class":219,"line":383},[3897,3901,3905,3909,3913,3918,3922,3927,3931],{"type":173,"tag":217,"props":3898,"children":3899},{"style":224},[3900],{"type":179,"value":2006},{"type":173,"tag":217,"props":3902,"children":3903},{"style":283},[3904],{"type":179,"value":1125},{"type":173,"tag":217,"props":3906,"children":3907},{"style":261},[3908],{"type":179,"value":291},{"type":173,"tag":217,"props":3910,"children":3911},{"style":224},[3912],{"type":179,"value":1134},{"type":173,"tag":217,"props":3914,"children":3915},{"style":230},[3916],{"type":179,"value":3917}," isArchived",{"type":173,"tag":217,"props":3919,"children":3920},{"style":224},[3921],{"type":179,"value":1144},{"type":173,"tag":217,"props":3923,"children":3924},{"style":2657},[3925],{"type":179,"value":3926}," false",{"type":173,"tag":217,"props":3928,"children":3929},{"style":224},[3930],{"type":179,"value":1162},{"type":173,"tag":217,"props":3932,"children":3933},{"style":261},[3934],{"type":179,"value":598},{"type":173,"tag":217,"props":3936,"children":3937},{"class":219,"line":393},[3938,3942,3947,3951,3955,3960,3964],{"type":173,"tag":217,"props":3939,"children":3940},{"style":224},[3941],{"type":179,"value":2006},{"type":173,"tag":217,"props":3943,"children":3944},{"style":283},[3945],{"type":179,"value":3946},"findSurround",{"type":173,"tag":217,"props":3948,"children":3949},{"style":261},[3950],{"type":179,"value":291},{"type":173,"tag":217,"props":3952,"children":3953},{"style":224},[3954],{"type":179,"value":296},{"type":173,"tag":217,"props":3956,"children":3957},{"style":299},[3958],{"type":179,"value":3959},"/articles/article-2",{"type":173,"tag":217,"props":3961,"children":3962},{"style":224},[3963],{"type":179,"value":296},{"type":173,"tag":217,"props":3965,"children":3966},{"style":261},[3967],{"type":179,"value":598},{"type":173,"tag":217,"props":3969,"children":3970},{"class":219,"line":410},[3971],{"type":173,"tag":217,"props":3972,"children":3973},{"emptyLinePlaceholder":387},[3974],{"type":179,"value":390},{"type":173,"tag":217,"props":3976,"children":3977},{"class":219,"line":427},[3978],{"type":173,"tag":217,"props":3979,"children":3980},{"style":513},[3981],{"type":179,"value":3982},"// Returns\n",{"type":173,"tag":217,"props":3984,"children":3985},{"class":219,"line":445},[3986],{"type":173,"tag":217,"props":3987,"children":3988},{"style":261},[3989],{"type":179,"value":3990},"[\n",{"type":173,"tag":217,"props":3992,"children":3993},{"class":219,"line":462},[3994],{"type":173,"tag":217,"props":3995,"children":3996},{"style":224},[3997],{"type":179,"value":3998},"  {\n",{"type":173,"tag":217,"props":4000,"children":4001},{"class":219,"line":1446},[4002,4007,4011,4015,4020,4024],{"type":173,"tag":217,"props":4003,"children":4004},{"style":230},[4005],{"type":179,"value":4006},"    title",{"type":173,"tag":217,"props":4008,"children":4009},{"style":224},[4010],{"type":179,"value":1144},{"type":173,"tag":217,"props":4012,"children":4013},{"style":224},[4014],{"type":179,"value":657},{"type":173,"tag":217,"props":4016,"children":4017},{"style":299},[4018],{"type":179,"value":4019},"Article 1",{"type":173,"tag":217,"props":4021,"children":4022},{"style":224},[4023],{"type":179,"value":296},{"type":173,"tag":217,"props":4025,"children":4026},{"style":224},[4027],{"type":179,"value":4028},",\n",{"type":173,"tag":217,"props":4030,"children":4031},{"class":219,"line":1455},[4032,4037,4041,4045,4050],{"type":173,"tag":217,"props":4033,"children":4034},{"style":230},[4035],{"type":179,"value":4036},"    _path",{"type":173,"tag":217,"props":4038,"children":4039},{"style":224},[4040],{"type":179,"value":1144},{"type":173,"tag":217,"props":4042,"children":4043},{"style":224},[4044],{"type":179,"value":657},{"type":173,"tag":217,"props":4046,"children":4047},{"style":299},[4048],{"type":179,"value":4049},"/articles/article-1",{"type":173,"tag":217,"props":4051,"children":4052},{"style":224},[4053],{"type":179,"value":4054},"'\n",{"type":173,"tag":217,"props":4056,"children":4057},{"class":219,"line":2244},[4058],{"type":173,"tag":217,"props":4059,"children":4060},{"style":513},[4061],{"type":179,"value":4062},"    //...\n",{"type":173,"tag":217,"props":4064,"children":4065},{"class":219,"line":2284},[4066],{"type":173,"tag":217,"props":4067,"children":4068},{"style":224},[4069],{"type":179,"value":4070},"  },\n",{"type":173,"tag":217,"props":4072,"children":4073},{"class":219,"line":2328},[4074,4079],{"type":173,"tag":217,"props":4075,"children":4076},{"style":224},[4077],{"type":179,"value":4078},"  null",{"type":173,"tag":217,"props":4080,"children":4081},{"style":513},[4082],{"type":179,"value":4083}," // no article-3 here\n",{"type":173,"tag":217,"props":4085,"children":4086},{"class":219,"line":2344},[4087],{"type":173,"tag":217,"props":4088,"children":4089},{"style":261},[4090],{"type":179,"value":4091},"]\n",{"type":173,"tag":174,"props":4093,"children":4094},{"id":2718},[4095],{"type":173,"tag":195,"props":4096,"children":4098},{"className":4097},[],[4099],{"type":179,"value":4100},"count()",{"type":173,"tag":182,"props":4102,"children":4103},{},[4104],{"type":179,"value":4105},"Count the number of matched contents based on the query.",{"type":173,"tag":206,"props":4107,"children":4109},{"className":501,"code":4108,"language":503,"meta":167,"style":167},"// Count of articles\nconst count = await queryContent('articles').count()\n\n// Returns\n5 // number of articles\n",[4110],{"type":173,"tag":195,"props":4111,"children":4112},{"__ignoreMap":167},[4113,4121,4177,4184,4191],{"type":173,"tag":217,"props":4114,"children":4115},{"class":219,"line":220},[4116],{"type":173,"tag":217,"props":4117,"children":4118},{"style":513},[4119],{"type":179,"value":4120},"// Count of articles\n",{"type":173,"tag":217,"props":4122,"children":4123},{"class":219,"line":247},[4124,4128,4133,4137,4141,4145,4149,4153,4157,4161,4165,4169,4173],{"type":173,"tag":217,"props":4125,"children":4126},{"style":236},[4127],{"type":179,"value":253},{"type":173,"tag":217,"props":4129,"children":4130},{"style":261},[4131],{"type":179,"value":4132}," count ",{"type":173,"tag":217,"props":4134,"children":4135},{"style":224},[4136],{"type":179,"value":533},{"type":173,"tag":217,"props":4138,"children":4139},{"style":277},[4140],{"type":179,"value":280},{"type":173,"tag":217,"props":4142,"children":4143},{"style":283},[4144],{"type":179,"value":326},{"type":173,"tag":217,"props":4146,"children":4147},{"style":261},[4148],{"type":179,"value":291},{"type":173,"tag":217,"props":4150,"children":4151},{"style":224},[4152],{"type":179,"value":296},{"type":173,"tag":217,"props":4154,"children":4155},{"style":299},[4156],{"type":179,"value":589},{"type":173,"tag":217,"props":4158,"children":4159},{"style":224},[4160],{"type":179,"value":296},{"type":173,"tag":217,"props":4162,"children":4163},{"style":261},[4164],{"type":179,"value":348},{"type":173,"tag":217,"props":4166,"children":4167},{"style":224},[4168],{"type":179,"value":353},{"type":173,"tag":217,"props":4170,"children":4171},{"style":283},[4172],{"type":179,"value":2718},{"type":173,"tag":217,"props":4174,"children":4175},{"style":261},[4176],{"type":179,"value":542},{"type":173,"tag":217,"props":4178,"children":4179},{"class":219,"line":366},[4180],{"type":173,"tag":217,"props":4181,"children":4182},{"emptyLinePlaceholder":387},[4183],{"type":179,"value":390},{"type":173,"tag":217,"props":4185,"children":4186},{"class":219,"line":383},[4187],{"type":173,"tag":217,"props":4188,"children":4189},{"style":513},[4190],{"type":179,"value":3982},{"type":173,"tag":217,"props":4192,"children":4193},{"class":219,"line":393},[4194,4198],{"type":173,"tag":217,"props":4195,"children":4196},{"style":1408},[4197],{"type":179,"value":2819},{"type":173,"tag":217,"props":4199,"children":4200},{"style":513},[4201],{"type":179,"value":4202}," // number of articles\n",{"type":173,"tag":182,"props":4204,"children":4205},{},[4206,4208,4213,4215,4221],{"type":179,"value":4207},"You can also use ",{"type":173,"tag":195,"props":4209,"children":4211},{"className":4210},[],[4212],{"type":179,"value":4100},{"type":179,"value":4214}," with ",{"type":173,"tag":195,"props":4216,"children":4218},{"className":4217},[],[4219],{"type":179,"value":4220},"where()",{"type":179,"value":4222}," method.",{"type":173,"tag":206,"props":4224,"children":4226},{"className":501,"code":4225,"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",[4227],{"type":173,"tag":195,"props":4228,"children":4229},{"__ignoreMap":167},[4230,4237,4280,4319,4334,4341,4348],{"type":173,"tag":217,"props":4231,"children":4232},{"class":219,"line":220},[4233],{"type":173,"tag":217,"props":4234,"children":4235},{"style":513},[4236],{"type":179,"value":4120},{"type":173,"tag":217,"props":4238,"children":4239},{"class":219,"line":247},[4240,4244,4248,4252,4256,4260,4264,4268,4272,4276],{"type":173,"tag":217,"props":4241,"children":4242},{"style":236},[4243],{"type":179,"value":253},{"type":173,"tag":217,"props":4245,"children":4246},{"style":261},[4247],{"type":179,"value":4132},{"type":173,"tag":217,"props":4249,"children":4250},{"style":224},[4251],{"type":179,"value":533},{"type":173,"tag":217,"props":4253,"children":4254},{"style":277},[4255],{"type":179,"value":280},{"type":173,"tag":217,"props":4257,"children":4258},{"style":283},[4259],{"type":179,"value":326},{"type":173,"tag":217,"props":4261,"children":4262},{"style":261},[4263],{"type":179,"value":291},{"type":173,"tag":217,"props":4265,"children":4266},{"style":224},[4267],{"type":179,"value":296},{"type":173,"tag":217,"props":4269,"children":4270},{"style":299},[4271],{"type":179,"value":589},{"type":173,"tag":217,"props":4273,"children":4274},{"style":224},[4275],{"type":179,"value":296},{"type":173,"tag":217,"props":4277,"children":4278},{"style":261},[4279],{"type":179,"value":598},{"type":173,"tag":217,"props":4281,"children":4282},{"class":219,"line":366},[4283,4287,4291,4295,4299,4303,4307,4311,4315],{"type":173,"tag":217,"props":4284,"children":4285},{"style":224},[4286],{"type":179,"value":2006},{"type":173,"tag":217,"props":4288,"children":4289},{"style":283},[4290],{"type":179,"value":1125},{"type":173,"tag":217,"props":4292,"children":4293},{"style":261},[4294],{"type":179,"value":291},{"type":173,"tag":217,"props":4296,"children":4297},{"style":224},[4298],{"type":179,"value":1134},{"type":173,"tag":217,"props":4300,"children":4301},{"style":230},[4302],{"type":179,"value":3917},{"type":173,"tag":217,"props":4304,"children":4305},{"style":224},[4306],{"type":179,"value":1144},{"type":173,"tag":217,"props":4308,"children":4309},{"style":2657},[4310],{"type":179,"value":3926},{"type":173,"tag":217,"props":4312,"children":4313},{"style":224},[4314],{"type":179,"value":1162},{"type":173,"tag":217,"props":4316,"children":4317},{"style":261},[4318],{"type":179,"value":598},{"type":173,"tag":217,"props":4320,"children":4321},{"class":219,"line":383},[4322,4326,4330],{"type":173,"tag":217,"props":4323,"children":4324},{"style":224},[4325],{"type":179,"value":2006},{"type":173,"tag":217,"props":4327,"children":4328},{"style":283},[4329],{"type":179,"value":2718},{"type":173,"tag":217,"props":4331,"children":4332},{"style":261},[4333],{"type":179,"value":542},{"type":173,"tag":217,"props":4335,"children":4336},{"class":219,"line":393},[4337],{"type":173,"tag":217,"props":4338,"children":4339},{"emptyLinePlaceholder":387},[4340],{"type":179,"value":390},{"type":173,"tag":217,"props":4342,"children":4343},{"class":219,"line":410},[4344],{"type":173,"tag":217,"props":4345,"children":4346},{"style":513},[4347],{"type":179,"value":3982},{"type":173,"tag":217,"props":4349,"children":4350},{"class":219,"line":427},[4351,4355],{"type":173,"tag":217,"props":4352,"children":4353},{"style":1408},[4354],{"type":179,"value":2819},{"type":173,"tag":217,"props":4356,"children":4357},{"style":513},[4358],{"type":179,"value":4202},{"type":173,"tag":4360,"props":4361,"children":4362},"style",{},[4363],{"type":179,"value":4364},"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":4366},[4367,4368,4369,4370,4371,4372,4373,4374,4375,4376,4377,4378],{"id":176,"depth":247,"text":180},{"id":478,"depth":247,"text":481},{"id":673,"depth":247,"text":680},{"id":1896,"depth":247,"text":1903},{"id":2699,"depth":247,"text":2706},{"id":2838,"depth":247,"text":2845},{"id":3004,"depth":247,"text":3011},{"id":3259,"depth":247,"text":3266},{"id":1432,"depth":247,"text":3515},{"id":3593,"depth":247,"text":3600},{"id":3671,"depth":247,"text":3678},{"id":2718,"depth":247,"text":4100},"markdown","content:3.composables:1.query-content.md","content","3.composables/1.query-content.md","md",[4385,5192],{"_path":44,"_dir":4386,"_draft":166,"_partial":166,"_locale":167,"title":43,"description":4387,"body":4388,"_type":4379,"_id":5190,"_source":4381,"_file":5191,"_extension":4383},"usage","Nuxt Content v2 is built with TypeScript in mind.",{"type":170,"children":4389,"toc":5184},[4390,4397,4402,4406,4431,4469,4475,4488,4501,4506,4843,4849,4862,5149,5155,5160,5165,5170,5180],{"type":173,"tag":4391,"props":4392,"children":4394},"h1",{"id":4393},"typings-properly",[4395],{"type":179,"value":4396},"Typings properly",{"type":173,"tag":182,"props":4398,"children":4399},{},[4400],{"type":179,"value":4401},"The module exposes typings properly from configuration to query builder.",{"type":173,"tag":174,"props":4403,"children":4404},{"id":4386},[4405],{"type":179,"value":21},{"type":173,"tag":182,"props":4407,"children":4408},{},[4409,4411,4416,4418,4429],{"type":179,"value":4410},"When using ",{"type":173,"tag":195,"props":4412,"children":4414},{"className":4413},[],[4415],{"type":179,"value":50},{"type":179,"value":4417},", you will retrieve a ",{"type":173,"tag":188,"props":4419,"children":4422},{"href":4420,"rel":4421},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L429",[192],[4423],{"type":173,"tag":195,"props":4424,"children":4426},{"className":4425},[],[4427],{"type":179,"value":4428},"QueryBuilder",{"type":179,"value":4430}," instance.",{"type":173,"tag":182,"props":4432,"children":4433},{},[4434,4436,4441,4443,4448,4449,4455,4457,4468],{"type":179,"value":4435},"Once you use one of the fetching methods (",{"type":173,"tag":195,"props":4437,"children":4439},{"className":4438},[],[4440],{"type":179,"value":3515},{"type":179,"value":4442},", ",{"type":173,"tag":195,"props":4444,"children":4446},{"className":4445},[],[4447],{"type":179,"value":3600},{"type":179,"value":4442},{"type":173,"tag":195,"props":4450,"children":4452},{"className":4451},[],[4453],{"type":179,"value":4454},"findSurround()",{"type":179,"value":4456},"), you will retrieve an object of type ",{"type":173,"tag":188,"props":4458,"children":4461},{"href":4459,"rel":4460},"https://github.com/nuxt/content/blob/main/src/runtime/types/index.d.ts#L51",[192],[4462],{"type":173,"tag":195,"props":4463,"children":4465},{"className":4464},[],[4466],{"type":179,"value":4467},"ParsedContent",{"type":179,"value":353},{"type":173,"tag":174,"props":4470,"children":4472},{"id":4471},"type-augmentation",[4473],{"type":179,"value":4474},"Type augmentation",{"type":173,"tag":182,"props":4476,"children":4477},{},[4478,4480,4486],{"type":179,"value":4479},"If you are adding keys to the front-matter other than the ",{"type":173,"tag":188,"props":4481,"children":4483},{"href":4482},"/usage/markdown#front-matter",[4484],{"type":179,"value":4485},"default keys",{"type":179,"value":4487},", you might want to have typings over these.",{"type":173,"tag":182,"props":4489,"children":4490},{},[4491,4493,4499],{"type":179,"value":4492},"This is currently possible, yet not in an ",{"type":173,"tag":4494,"props":4495,"children":4496},"em",{},[4497],{"type":179,"value":4498},"optimal",{"type":179,"value":4500}," way.",{"type":173,"tag":182,"props":4502,"children":4503},{},[4504],{"type":179,"value":4505},"The recommended way to do it is by using this method:",{"type":173,"tag":206,"props":4507,"children":4509},{"className":208,"code":4508,"language":211,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport type { ParsedContent } from '@nuxt/content/dist/runtime/types'\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",[4510],{"type":173,"tag":195,"props":4511,"children":4512},{"__ignoreMap":167},[4513,4554,4598,4605,4633,4657,4682,4706,4714,4721,4729,4765,4821,4828],{"type":173,"tag":217,"props":4514,"children":4515},{"class":219,"line":220},[4516,4520,4524,4528,4533,4537,4542,4546,4550],{"type":173,"tag":217,"props":4517,"children":4518},{"style":224},[4519],{"type":179,"value":227},{"type":173,"tag":217,"props":4521,"children":4522},{"style":230},[4523],{"type":179,"value":233},{"type":173,"tag":217,"props":4525,"children":4526},{"style":236},[4527],{"type":179,"value":239},{"type":173,"tag":217,"props":4529,"children":4530},{"style":236},[4531],{"type":179,"value":4532}," lang",{"type":173,"tag":217,"props":4534,"children":4535},{"style":224},[4536],{"type":179,"value":533},{"type":173,"tag":217,"props":4538,"children":4539},{"style":224},[4540],{"type":179,"value":4541},"\"",{"type":173,"tag":217,"props":4543,"children":4544},{"style":299},[4545],{"type":179,"value":503},{"type":173,"tag":217,"props":4547,"children":4548},{"style":224},[4549],{"type":179,"value":4541},{"type":173,"tag":217,"props":4551,"children":4552},{"style":224},[4553],{"type":179,"value":244},{"type":173,"tag":217,"props":4555,"children":4556},{"class":219,"line":247},[4557,4562,4567,4571,4576,4580,4585,4589,4594],{"type":173,"tag":217,"props":4558,"children":4559},{"style":277},[4560],{"type":179,"value":4561},"import",{"type":173,"tag":217,"props":4563,"children":4564},{"style":277},[4565],{"type":179,"value":4566}," type",{"type":173,"tag":217,"props":4568,"children":4569},{"style":224},[4570],{"type":179,"value":258},{"type":173,"tag":217,"props":4572,"children":4573},{"style":261},[4574],{"type":179,"value":4575}," ParsedContent",{"type":173,"tag":217,"props":4577,"children":4578},{"style":224},[4579],{"type":179,"value":1162},{"type":173,"tag":217,"props":4581,"children":4582},{"style":277},[4583],{"type":179,"value":4584}," from",{"type":173,"tag":217,"props":4586,"children":4587},{"style":224},[4588],{"type":179,"value":657},{"type":173,"tag":217,"props":4590,"children":4591},{"style":299},[4592],{"type":179,"value":4593},"@nuxt/content/dist/runtime/types",{"type":173,"tag":217,"props":4595,"children":4596},{"style":224},[4597],{"type":179,"value":4054},{"type":173,"tag":217,"props":4599,"children":4600},{"class":219,"line":366},[4601],{"type":173,"tag":217,"props":4602,"children":4603},{"emptyLinePlaceholder":387},[4604],{"type":179,"value":390},{"type":173,"tag":217,"props":4606,"children":4607},{"class":219,"line":383},[4608,4613,4619,4624,4628],{"type":173,"tag":217,"props":4609,"children":4610},{"style":236},[4611],{"type":179,"value":4612},"interface",{"type":173,"tag":217,"props":4614,"children":4616},{"style":4615},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[4617],{"type":179,"value":4618}," MyCustomParsedContent",{"type":173,"tag":217,"props":4620,"children":4621},{"style":236},[4622],{"type":179,"value":4623}," extends",{"type":173,"tag":217,"props":4625,"children":4626},{"style":4615},[4627],{"type":179,"value":4575},{"type":173,"tag":217,"props":4629,"children":4630},{"style":224},[4631],{"type":179,"value":4632}," {\n",{"type":173,"tag":217,"props":4634,"children":4635},{"class":219,"line":393},[4636,4641,4645,4649,4653],{"type":173,"tag":217,"props":4637,"children":4638},{"style":230},[4639],{"type":179,"value":4640},"  yourOwn",{"type":173,"tag":217,"props":4642,"children":4643},{"style":224},[4644],{"type":179,"value":1144},{"type":173,"tag":217,"props":4646,"children":4647},{"style":224},[4648],{"type":179,"value":657},{"type":173,"tag":217,"props":4650,"children":4651},{"style":299},[4652],{"type":179,"value":3023},{"type":173,"tag":217,"props":4654,"children":4655},{"style":224},[4656],{"type":179,"value":4054},{"type":173,"tag":217,"props":4658,"children":4659},{"class":219,"line":410},[4660,4665,4669,4673,4678],{"type":173,"tag":217,"props":4661,"children":4662},{"style":230},[4663],{"type":179,"value":4664},"  foo",{"type":173,"tag":217,"props":4666,"children":4667},{"style":224},[4668],{"type":179,"value":1144},{"type":173,"tag":217,"props":4670,"children":4671},{"style":224},[4672],{"type":179,"value":657},{"type":173,"tag":217,"props":4674,"children":4675},{"style":299},[4676],{"type":179,"value":4677},"bar",{"type":173,"tag":217,"props":4679,"children":4680},{"style":224},[4681],{"type":179,"value":4054},{"type":173,"tag":217,"props":4683,"children":4684},{"class":219,"line":427},[4685,4690,4694,4698,4702],{"type":173,"tag":217,"props":4686,"children":4687},{"style":230},[4688],{"type":179,"value":4689},"  baz",{"type":173,"tag":217,"props":4691,"children":4692},{"style":224},[4693],{"type":179,"value":1144},{"type":173,"tag":217,"props":4695,"children":4696},{"style":224},[4697],{"type":179,"value":657},{"type":173,"tag":217,"props":4699,"children":4700},{"style":299},[4701],{"type":179,"value":4677},{"type":173,"tag":217,"props":4703,"children":4704},{"style":224},[4705],{"type":179,"value":4054},{"type":173,"tag":217,"props":4707,"children":4708},{"class":219,"line":445},[4709],{"type":173,"tag":217,"props":4710,"children":4711},{"style":224},[4712],{"type":179,"value":4713},"}\n",{"type":173,"tag":217,"props":4715,"children":4716},{"class":219,"line":462},[4717],{"type":173,"tag":217,"props":4718,"children":4719},{"emptyLinePlaceholder":387},[4720],{"type":179,"value":390},{"type":173,"tag":217,"props":4722,"children":4723},{"class":219,"line":1446},[4724],{"type":173,"tag":217,"props":4725,"children":4726},{"style":513},[4727],{"type":179,"value":4728},"// That `data` key will be typed with `MyCustomParsedContent`\n",{"type":173,"tag":217,"props":4730,"children":4731},{"class":219,"line":1455},[4732,4736,4740,4744,4748,4752,4756,4760],{"type":173,"tag":217,"props":4733,"children":4734},{"style":236},[4735],{"type":179,"value":253},{"type":173,"tag":217,"props":4737,"children":4738},{"style":224},[4739],{"type":179,"value":258},{"type":173,"tag":217,"props":4741,"children":4742},{"style":261},[4743],{"type":179,"value":264},{"type":173,"tag":217,"props":4745,"children":4746},{"style":224},[4747],{"type":179,"value":269},{"type":173,"tag":217,"props":4749,"children":4750},{"style":224},[4751],{"type":179,"value":274},{"type":173,"tag":217,"props":4753,"children":4754},{"style":277},[4755],{"type":179,"value":280},{"type":173,"tag":217,"props":4757,"children":4758},{"style":283},[4759],{"type":179,"value":286},{"type":173,"tag":217,"props":4761,"children":4762},{"style":261},[4763],{"type":179,"value":4764},"(\n",{"type":173,"tag":217,"props":4766,"children":4767},{"class":219,"line":2244},[4768,4773,4777,4781,4785,4790,4795,4799,4803,4808,4813,4817],{"type":173,"tag":217,"props":4769,"children":4770},{"style":224},[4771],{"type":179,"value":4772},"  ()",{"type":173,"tag":217,"props":4774,"children":4775},{"style":236},[4776],{"type":179,"value":321},{"type":173,"tag":217,"props":4778,"children":4779},{"style":283},[4780],{"type":179,"value":326},{"type":173,"tag":217,"props":4782,"children":4783},{"style":224},[4784],{"type":179,"value":227},{"type":173,"tag":217,"props":4786,"children":4787},{"style":4615},[4788],{"type":179,"value":4789},"MyCustomParsedContent",{"type":173,"tag":217,"props":4791,"children":4792},{"style":224},[4793],{"type":179,"value":4794},">",{"type":173,"tag":217,"props":4796,"children":4797},{"style":261},[4798],{"type":179,"value":291},{"type":173,"tag":217,"props":4800,"children":4801},{"style":224},[4802],{"type":179,"value":1134},{"type":173,"tag":217,"props":4804,"children":4805},{"style":224},[4806],{"type":179,"value":4807}," ...",{"type":173,"tag":217,"props":4809,"children":4810},{"style":261},[4811],{"type":179,"value":4812},"anyQuery ",{"type":173,"tag":217,"props":4814,"children":4815},{"style":224},[4816],{"type":179,"value":269},{"type":173,"tag":217,"props":4818,"children":4819},{"style":261},[4820],{"type":179,"value":598},{"type":173,"tag":217,"props":4822,"children":4823},{"class":219,"line":2284},[4824],{"type":173,"tag":217,"props":4825,"children":4826},{"style":261},[4827],{"type":179,"value":598},{"type":173,"tag":217,"props":4829,"children":4830},{"class":219,"line":2328},[4831,4835,4839],{"type":173,"tag":217,"props":4832,"children":4833},{"style":224},[4834],{"type":179,"value":372},{"type":173,"tag":217,"props":4836,"children":4837},{"style":230},[4838],{"type":179,"value":233},{"type":173,"tag":217,"props":4840,"children":4841},{"style":224},[4842],{"type":179,"value":244},{"type":173,"tag":174,"props":4844,"children":4846},{"id":4845},"markdown-specific-types",[4847],{"type":179,"value":4848},"Markdown Specific Types",{"type":173,"tag":182,"props":4850,"children":4851},{},[4852,4854,4860],{"type":179,"value":4853},"If you know the content being fetched will be Markdown, then you can extend the ",{"type":173,"tag":195,"props":4855,"children":4857},{"className":4856},[],[4858],{"type":179,"value":4859},"MarkdownParsedContent",{"type":179,"value":4861}," type for improved\ntype-safety.",{"type":173,"tag":206,"props":4863,"children":4865},{"className":208,"code":4864,"language":211,"meta":167,"style":167},"\u003Cscript setup lang=\"ts\">\nimport type { MarkdownParsedContent } from '@nuxt/content/dist/runtime/types'\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",[4866],{"type":173,"tag":195,"props":4867,"children":4868},{"__ignoreMap":167},[4869,4908,4948,4955,4979,4996,5003,5038,5059,5119,5126,5134],{"type":173,"tag":217,"props":4870,"children":4871},{"class":219,"line":220},[4872,4876,4880,4884,4888,4892,4896,4900,4904],{"type":173,"tag":217,"props":4873,"children":4874},{"style":224},[4875],{"type":179,"value":227},{"type":173,"tag":217,"props":4877,"children":4878},{"style":230},[4879],{"type":179,"value":233},{"type":173,"tag":217,"props":4881,"children":4882},{"style":236},[4883],{"type":179,"value":239},{"type":173,"tag":217,"props":4885,"children":4886},{"style":236},[4887],{"type":179,"value":4532},{"type":173,"tag":217,"props":4889,"children":4890},{"style":224},[4891],{"type":179,"value":533},{"type":173,"tag":217,"props":4893,"children":4894},{"style":224},[4895],{"type":179,"value":4541},{"type":173,"tag":217,"props":4897,"children":4898},{"style":299},[4899],{"type":179,"value":503},{"type":173,"tag":217,"props":4901,"children":4902},{"style":224},[4903],{"type":179,"value":4541},{"type":173,"tag":217,"props":4905,"children":4906},{"style":224},[4907],{"type":179,"value":244},{"type":173,"tag":217,"props":4909,"children":4910},{"class":219,"line":247},[4911,4915,4919,4923,4928,4932,4936,4940,4944],{"type":173,"tag":217,"props":4912,"children":4913},{"style":277},[4914],{"type":179,"value":4561},{"type":173,"tag":217,"props":4916,"children":4917},{"style":277},[4918],{"type":179,"value":4566},{"type":173,"tag":217,"props":4920,"children":4921},{"style":224},[4922],{"type":179,"value":258},{"type":173,"tag":217,"props":4924,"children":4925},{"style":261},[4926],{"type":179,"value":4927}," MarkdownParsedContent",{"type":173,"tag":217,"props":4929,"children":4930},{"style":224},[4931],{"type":179,"value":1162},{"type":173,"tag":217,"props":4933,"children":4934},{"style":277},[4935],{"type":179,"value":4584},{"type":173,"tag":217,"props":4937,"children":4938},{"style":224},[4939],{"type":179,"value":657},{"type":173,"tag":217,"props":4941,"children":4942},{"style":299},[4943],{"type":179,"value":4593},{"type":173,"tag":217,"props":4945,"children":4946},{"style":224},[4947],{"type":179,"value":4054},{"type":173,"tag":217,"props":4949,"children":4950},{"class":219,"line":366},[4951],{"type":173,"tag":217,"props":4952,"children":4953},{"emptyLinePlaceholder":387},[4954],{"type":179,"value":390},{"type":173,"tag":217,"props":4956,"children":4957},{"class":219,"line":383},[4958,4962,4967,4971,4975],{"type":173,"tag":217,"props":4959,"children":4960},{"style":236},[4961],{"type":179,"value":4612},{"type":173,"tag":217,"props":4963,"children":4964},{"style":4615},[4965],{"type":179,"value":4966}," Article",{"type":173,"tag":217,"props":4968,"children":4969},{"style":236},[4970],{"type":179,"value":4623},{"type":173,"tag":217,"props":4972,"children":4973},{"style":4615},[4974],{"type":179,"value":4927},{"type":173,"tag":217,"props":4976,"children":4977},{"style":224},[4978],{"type":179,"value":4632},{"type":173,"tag":217,"props":4980,"children":4981},{"class":219,"line":393},[4982,4987,4991],{"type":173,"tag":217,"props":4983,"children":4984},{"style":230},[4985],{"type":179,"value":4986},"  author",{"type":173,"tag":217,"props":4988,"children":4989},{"style":224},[4990],{"type":179,"value":1144},{"type":173,"tag":217,"props":4992,"children":4993},{"style":4615},[4994],{"type":179,"value":4995}," string\n",{"type":173,"tag":217,"props":4997,"children":4998},{"class":219,"line":410},[4999],{"type":173,"tag":217,"props":5000,"children":5001},{"style":224},[5002],{"type":179,"value":4713},{"type":173,"tag":217,"props":5004,"children":5005},{"class":219,"line":427},[5006,5010,5014,5018,5022,5026,5030,5034],{"type":173,"tag":217,"props":5007,"children":5008},{"style":236},[5009],{"type":179,"value":253},{"type":173,"tag":217,"props":5011,"children":5012},{"style":224},[5013],{"type":179,"value":258},{"type":173,"tag":217,"props":5015,"children":5016},{"style":261},[5017],{"type":179,"value":264},{"type":173,"tag":217,"props":5019,"children":5020},{"style":224},[5021],{"type":179,"value":269},{"type":173,"tag":217,"props":5023,"children":5024},{"style":224},[5025],{"type":179,"value":274},{"type":173,"tag":217,"props":5027,"children":5028},{"style":277},[5029],{"type":179,"value":280},{"type":173,"tag":217,"props":5031,"children":5032},{"style":283},[5033],{"type":179,"value":286},{"type":173,"tag":217,"props":5035,"children":5036},{"style":261},[5037],{"type":179,"value":4764},{"type":173,"tag":217,"props":5039,"children":5040},{"class":219,"line":445},[5041,5046,5051,5055],{"type":173,"tag":217,"props":5042,"children":5043},{"style":224},[5044],{"type":179,"value":5045},"  '",{"type":173,"tag":217,"props":5047,"children":5048},{"style":299},[5049],{"type":179,"value":5050},"first-article",{"type":173,"tag":217,"props":5052,"children":5053},{"style":224},[5054],{"type":179,"value":296},{"type":173,"tag":217,"props":5056,"children":5057},{"style":224},[5058],{"type":179,"value":4028},{"type":173,"tag":217,"props":5060,"children":5061},{"class":219,"line":462},[5062,5066,5070,5074,5078,5083,5087,5091,5095,5099,5103,5107,5111,5115],{"type":173,"tag":217,"props":5063,"children":5064},{"style":224},[5065],{"type":179,"value":4772},{"type":173,"tag":217,"props":5067,"children":5068},{"style":236},[5069],{"type":179,"value":321},{"type":173,"tag":217,"props":5071,"children":5072},{"style":283},[5073],{"type":179,"value":326},{"type":173,"tag":217,"props":5075,"children":5076},{"style":224},[5077],{"type":179,"value":227},{"type":173,"tag":217,"props":5079,"children":5080},{"style":4615},[5081],{"type":179,"value":5082},"Article",{"type":173,"tag":217,"props":5084,"children":5085},{"style":224},[5086],{"type":179,"value":4794},{"type":173,"tag":217,"props":5088,"children":5089},{"style":261},[5090],{"type":179,"value":291},{"type":173,"tag":217,"props":5092,"children":5093},{"style":224},[5094],{"type":179,"value":296},{"type":173,"tag":217,"props":5096,"children":5097},{"style":299},[5098],{"type":179,"value":589},{"type":173,"tag":217,"props":5100,"children":5101},{"style":224},[5102],{"type":179,"value":296},{"type":173,"tag":217,"props":5104,"children":5105},{"style":261},[5106],{"type":179,"value":348},{"type":173,"tag":217,"props":5108,"children":5109},{"style":224},[5110],{"type":179,"value":353},{"type":173,"tag":217,"props":5112,"children":5113},{"style":283},[5114],{"type":179,"value":358},{"type":173,"tag":217,"props":5116,"children":5117},{"style":261},[5118],{"type":179,"value":542},{"type":173,"tag":217,"props":5120,"children":5121},{"class":219,"line":1446},[5122],{"type":173,"tag":217,"props":5123,"children":5124},{"style":261},[5125],{"type":179,"value":598},{"type":173,"tag":217,"props":5127,"children":5128},{"class":219,"line":1455},[5129],{"type":173,"tag":217,"props":5130,"children":5131},{"style":513},[5132],{"type":179,"value":5133},"// data.value.author will be typed as well as markdown specific entries\n",{"type":173,"tag":217,"props":5135,"children":5136},{"class":219,"line":2244},[5137,5141,5145],{"type":173,"tag":217,"props":5138,"children":5139},{"style":224},[5140],{"type":179,"value":372},{"type":173,"tag":217,"props":5142,"children":5143},{"style":230},[5144],{"type":179,"value":233},{"type":173,"tag":217,"props":5146,"children":5147},{"style":224},[5148],{"type":179,"value":244},{"type":173,"tag":174,"props":5150,"children":5152},{"id":5151},"the-future",[5153],{"type":179,"value":5154},"The future",{"type":173,"tag":182,"props":5156,"children":5157},{},[5158],{"type":179,"value":5159},"TypeScript support is a strong focus for us.",{"type":173,"tag":182,"props":5161,"children":5162},{},[5163],{"type":179,"value":5164},"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":5166,"children":5167},{},[5168],{"type":179,"value":5169},"This is not yet implemented but will be part of the roadmap in upcoming months.",{"type":173,"tag":5171,"props":5172,"children":5174},"callout",{"type":5173},"warning",[5175],{"type":173,"tag":182,"props":5176,"children":5177},{},[5178],{"type":179,"value":5179},"You can track #1057 if you want to know more about roadmap for TypeScript support of front-matter keys.",{"type":173,"tag":4360,"props":5181,"children":5182},{},[5183],{"type":179,"value":4364},{"title":167,"searchDepth":247,"depth":247,"links":5185},[5186,5187,5188,5189],{"id":4386,"depth":247,"text":21},{"id":4471,"depth":247,"text":4474},{"id":4845,"depth":247,"text":4848},{"id":5151,"depth":247,"text":5154},"content:2.usage:5.typescript.md","2.usage/5.typescript.md",{"_path":54,"_dir":165,"_draft":166,"_partial":166,"_locale":167,"title":53,"description":5193,"body":5194,"_type":4379,"_id":6001,"_source":4381,"_file":6002,"_extension":4383},"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":4386},[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":1144},{"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":4615},[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":4615},[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":4615},[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":4615},[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":3990},{"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":3998},{"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":3486},{"type":173,"tag":217,"props":5473,"children":5474},{"style":224},[5475],{"type":179,"value":4541},{"type":173,"tag":217,"props":5477,"children":5478},{"style":224},[5479],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5495,"children":5496},{"style":224},[5497],{"type":179,"value":4028},{"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":3828},{"type":173,"tag":217,"props":5510,"children":5511},{"style":224},[5512],{"type":179,"value":4541},{"type":173,"tag":217,"props":5514,"children":5515},{"style":224},[5516],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5530,"children":5531},{"style":224},[5532],{"type":179,"value":4028},{"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":4541},{"type":173,"tag":217,"props":5550,"children":5551},{"style":224},[5552],{"type":179,"value":1144},{"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":4615},[5577],{"type":179,"value":3486},{"type":173,"tag":217,"props":5579,"children":5580},{"style":224},[5581],{"type":179,"value":4541},{"type":173,"tag":217,"props":5583,"children":5584},{"style":224},[5585],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5599,"children":5600},{"style":224},[5601],{"type":179,"value":4028},{"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":4615},[5612],{"type":179,"value":5613},"_id",{"type":173,"tag":217,"props":5615,"children":5616},{"style":224},[5617],{"type":179,"value":4541},{"type":173,"tag":217,"props":5619,"children":5620},{"style":224},[5621],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5636,"children":5637},{"style":224},[5638],{"type":179,"value":4028},{"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":4615},[5649],{"type":179,"value":3828},{"type":173,"tag":217,"props":5651,"children":5652},{"style":224},[5653],{"type":179,"value":4541},{"type":173,"tag":217,"props":5655,"children":5656},{"style":224},[5657],{"type":179,"value":1144},{"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":1446},[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":1455},[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":2244},[5690],{"type":173,"tag":217,"props":5691,"children":5692},{"style":224},[5693],{"type":179,"value":4070},{"type":173,"tag":217,"props":5695,"children":5696},{"class":219,"line":2284},[5697],{"type":173,"tag":217,"props":5698,"children":5699},{"style":224},[5700],{"type":179,"value":3998},{"type":173,"tag":217,"props":5702,"children":5703},{"class":219,"line":2328},[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":3486},{"type":173,"tag":217,"props":5713,"children":5714},{"style":224},[5715],{"type":179,"value":4541},{"type":173,"tag":217,"props":5717,"children":5718},{"style":224},[5719],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5734,"children":5735},{"style":224},[5736],{"type":179,"value":4028},{"type":173,"tag":217,"props":5738,"children":5739},{"class":219,"line":2344},[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":3828},{"type":173,"tag":217,"props":5749,"children":5750},{"style":224},[5751],{"type":179,"value":4541},{"type":173,"tag":217,"props":5753,"children":5754},{"style":224},[5755],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5770,"children":5771},{"style":224},[5772],{"type":179,"value":4028},{"type":173,"tag":217,"props":5774,"children":5775},{"class":219,"line":2352},[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":4541},{"type":173,"tag":217,"props":5789,"children":5790},{"style":224},[5791],{"type":179,"value":1144},{"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":2361},[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":2405},[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":4615},[5813],{"type":179,"value":3486},{"type":173,"tag":217,"props":5815,"children":5816},{"style":224},[5817],{"type":179,"value":4541},{"type":173,"tag":217,"props":5819,"children":5820},{"style":224},[5821],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5836,"children":5837},{"style":224},[5838],{"type":179,"value":4028},{"type":173,"tag":217,"props":5840,"children":5841},{"class":219,"line":2454},[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":4615},[5849],{"type":179,"value":5613},{"type":173,"tag":217,"props":5851,"children":5852},{"style":224},[5853],{"type":179,"value":4541},{"type":173,"tag":217,"props":5855,"children":5856},{"style":224},[5857],{"type":179,"value":1144},{"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":4541},{"type":173,"tag":217,"props":5872,"children":5873},{"style":224},[5874],{"type":179,"value":4028},{"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":4615},[5886],{"type":179,"value":3828},{"type":173,"tag":217,"props":5888,"children":5889},{"style":224},[5890],{"type":179,"value":4541},{"type":173,"tag":217,"props":5892,"children":5893},{"style":224},[5894],{"type":179,"value":1144},{"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":4091},{"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":4428},{"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":3735},{"type":173,"tag":195,"props":5989,"children":5991},{"className":5990},[],[5992],{"type":179,"value":339},{"type":173,"tag":4360,"props":5994,"children":5995},{},[5996],{"type":179,"value":4364},{"title":167,"searchDepth":247,"depth":247,"links":5998},[5999,6000],{"id":4386,"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",1719304183501]