type ClientIp = String type UserId = String type Path = String type StatusCode = Int case class Entry(clientIp: ClientIp, userId: UserId, timestamp: Instant, path: Path, statusCode: StatusCode)