type RSIndexDiff<
  R extends UnknownRecord,
  Property extends string & keyof R = string & keyof R,
> = Map<R[Property], CollectionDiff<IdOf<R>>>
RSIndexRSIndexMap