if (isIndexModified(index, persisted, model)) {
          const subIndex = this.subIndex(index, index.partition.key(persisted))
          const key = index.sort !== undefined ? index.sort.key(persisted) : index.partition.key(persisted)
          await subIndex.del(key)
        }