sig   type t = { height : int; url : string; width : int; }   val height : (GapiPlusV1Model.Person.Cover.CoverPhoto.t, int) GapiLens.t   val url : (GapiPlusV1Model.Person.Cover.CoverPhoto.t, string) GapiLens.t   val width : (GapiPlusV1Model.Person.Cover.CoverPhoto.t, int) GapiLens.t   val empty : GapiPlusV1Model.Person.Cover.CoverPhoto.t   val render :     GapiPlusV1Model.Person.Cover.CoverPhoto.t ->     GapiJson.json_data_model list   val parse :     GapiPlusV1Model.Person.Cover.CoverPhoto.t ->     GapiJson.json_data_model -> GapiPlusV1Model.Person.Cover.CoverPhoto.t end