public function vote(Model $object, int $votes = 1): Vote
    {
        $attributes = [
            'voteable_id' => $object->getKey(),
            'voteable_type' => $object->getMorphClass(),