public function isDownvotedBy(Model $user): bool
    {
        $isVoter = $this->isVoter($user);
        if (! $isVoter) {
            return false;