in resources/tables.go [65:71]
func PeopleProfileInfoTable() *schema.Table {
return &schema.Table{
Name: "galaxies_people_profile_info_table",
Resolver: fetchPeopleProfileInfo,
Transform: transformers.TransformWithStruct(&PersonProfileInfo{}),
}
}