sig   type t = { primary : bool; value : string; }   val primary : (GapiPlusV1Model.Person.PlacesLived.t, bool) GapiLens.t   val value : (GapiPlusV1Model.Person.PlacesLived.t, string) GapiLens.t   val empty : GapiPlusV1Model.Person.PlacesLived.t   val render :     GapiPlusV1Model.Person.PlacesLived.t -> GapiJson.json_data_model list   val parse :     GapiPlusV1Model.Person.PlacesLived.t ->     GapiJson.json_data_model -> GapiPlusV1Model.Person.PlacesLived.t end