+ Showing <%- 'AI' %> search results for '<%= locals.q %>': +
+<%= res.prettyName %>
++ <% if (res.folder) { %> + <%- template('search.results.label.folder', formatUrl(res.folder.path), res.folder.prettyName || 'Home')%> + <% } %> + <% if (res.lastModifyingUser && res.lastModifyingUser.displayName) { %> + <%- template('search.results.label.person', res.lastModifyingUser.displayName) %> + <% } %> + <%= res.lastUpdated %> +
+
+
+
Library  [](https://github.com/nytimes/library/actions/workflows/test.yaml)
========
diff --git a/index.yaml b/index.yaml
new file mode 100644
index 00000000..ce145d62
--- /dev/null
+++ b/index.yaml
@@ -0,0 +1,13 @@
+indexes:
+ - kind: LibraryViewTeam
+ properties:
+ - name: userId
+ direction: asc
+ - name: viewCount
+ direction: desc
+ - kind: LibraryViewTeam
+ properties:
+ - name: userId
+ direction: asc
+ - name: lastViewedAt
+ direction: desc
diff --git a/layouts/categories/default.ejs b/layouts/categories/default.ejs
index d9464c45..e3fa5b88 100644
--- a/layouts/categories/default.ejs
+++ b/layouts/categories/default.ejs
@@ -1,6 +1,8 @@
<%- include('partials/head', {formatUrl, pathPrefix}) %>
+
+