val stat = request.data match {
        case None => blocking { versionOpt.forPath(request.path, null) } // scalastyle:ignore
        case Some(d) => blocking { versionOpt.forPath(request.path, d) }
      }