sig
  type t = { id : string; url : string; }
  val id : (GapiPlusV1Model.Comment.InReplyTo.t, string) GapiLens.t
  val url : (GapiPlusV1Model.Comment.InReplyTo.t, string) GapiLens.t
  val empty : GapiPlusV1Model.Comment.InReplyTo.t
  val render :
    GapiPlusV1Model.Comment.InReplyTo.t -> GapiJson.json_data_model list
  val parse :
    GapiPlusV1Model.Comment.InReplyTo.t ->
    GapiJson.json_data_model -> GapiPlusV1Model.Comment.InReplyTo.t
end