Member model
t() :: %ExClubhouse.Model.Member{ created_at: binary() | nil, disabled: boolean(), entity_type: binary(), group_ids: [binary()], id: binary(), profile: ExClubhouse.Model.Profile.t(), role: binary(), updated_at: binary() | nil }