def __init__(self, storage):
        super(PathMoveChangeStore, self).__init__(
            storage,
            PathMoveChange,
            json=False,
            load_partial=True
        )

        self.set_variable_partial_loading('details', self.update_details)
#        self.set_variable_partial_loading('mover', self.update_mover)

        self._cached_all = False

        self.class_list = OPSObject.objects()