Provides struct and types for a JobTitle
@type t() :: %Cyphi.JobTitle{ description: String.t() | nil, id: integer() | nil, name: String.t() | nil, tags: [String.t()] | nil }