Struct for each Prospect person result from Clearbit
t() :: %ExClearbit.Model.Prospector.Person{ company: term(), email: term(), id: term(), name: term(), phone: term(), role: term(), seniority: term(), sub_role: term(), title: term(), verified: term() }
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExClearbit.Model.Prospector.Person{ company: term(), email: term(), id: term(), name: term(), phone: term(), role: term(), seniority: term(), sub_role: term(), title: term(), verified: term() }