ReactionTotal

Reaction total is an aggregated sum of all counters.

Get reactions total count

$totalWeight = $reactionTotal->getCount();

Get reactions total weight

$totalWeight = $reactionTotal->getWeight();

πŸ“˜

If Like has mass=1 and Dislike has mass=-1 then 3 likes and 5 dislikes will produce -2 total weight.

πŸ“˜

Minimum weight value is -99999999999.99.
Maximum weight value is 99999999999.99.