query getLibraryItemsSlugs {
  libraryItems(pagination: { limit: -1 }) {
    data {
      attributes {
        slug
      }
    }
  }
}