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