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