app/responses/PathInfoResponse.scala (2 lines of code) (raw):

package responses case class PathInfoResponse(status:String, totalHits:Long, totalSize:Long, deletedCounts:Map[String,Long], proxiedCounts:Map[String,Long], typesCount:Map[String,Long])