diff --git a/Query/Query.php b/Query/Query.php
index 82481166b915f6ca3b111506afe16955c221118c..26988200ae7f717121f744d4e058298eaadfa9ae 100644
--- a/Query/Query.php
+++ b/Query/Query.php
@@ -26,6 +26,8 @@ class Query implements BuilderInterface
 
     /**
      * @var NestedQuery
+     *
+     * @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
      */
     private $nested = null;
 
@@ -79,6 +81,8 @@ class Query implements BuilderInterface
     /**
      * @param string           $path
      * @param BuilderInterface $query
+     *
+     * @deprecated will remove in 1.0 Add NestedQuery to the Query as all other queries.
      */
     public function addToNested($path, $query)
     {