Team model
t() :: %ExClubhouse.Model.Team{ created_at: binary(), description: binary(), entity_type: binary(), id: binary(), name: binary(), position: integer(), projects_ids: [integer()], updated_at: binary(), workflow: ExClubhouse.Model.Workflow.t() }