sig   type t = { href : string; _type : string; }   val href : (GapiAnalyticsV3Model.Profile.ChildLink.t, string) GapiLens.t   val _type : (GapiAnalyticsV3Model.Profile.ChildLink.t, string) GapiLens.t   val empty : GapiAnalyticsV3Model.Profile.ChildLink.t   val render :     GapiAnalyticsV3Model.Profile.ChildLink.t -> GapiJson.json_data_model list   val parse :     GapiAnalyticsV3Model.Profile.ChildLink.t ->     GapiJson.json_data_model -> GapiAnalyticsV3Model.Profile.ChildLink.t end