CompetitionSuggestion.search()
is currently returning an array of anonymous objects that don't implement state()
nor any other functions on CompetitionSuggestion
, It should return an array of CompetitionSuggestion
. This requested behavior is the pattern elsewhere in the client lib.