public function rateOnce(Model $object, mixed $value = 1): Rating
    {
        $attributes = [
            'ratable_id' => $object->getKey(),
            'ratable_type' => $object->getMorphClass(),