package models type AnthroveUser struct { UserID AnthroveUserID `json:"user_id" format:"string"` Relationship []AnthroveUserRelationship `json:"relationship"` }