public function moods()
 {
     return $this->moods = Mood::averageMoodTypePerFeelingArray($this->feelingID);
 }