type LabelParticipantSearchResultScoredItem {
    item: LabelParticipant!
    score: Float!
}

type LabelParticipantSearchResult {
    items: [LabelParticipantSearchResultScoredItem!]!
    queryType: String!
    totalCount: Int!
}
