const isFolderMove = (a /*: RemoteChange */) /*: boolean %checks */ =>
  a.type === 'DirMove' || (isDescendant(a) && a.doc.docType === metadata.FOLDER)