forEachObj.indexed(nuxtApp.payload.data, (item, key) => {
    if (typeof key === 'string' && key.startsWith('sp$$static$')) {
      staticState.value[key] = item
    }
  })