getReactions method

List<ReactionCount> getReactions()

Implementation

List<ReactionCount> getReactions(){
  return _reactions;
}