Nested meta now working
diff --git a/src/test/resources/queries/bsp-cutoff.jsonld b/src/test/resources/queries/bsp-cutoff.jsonld
index fea64b8..6c8da96 100644
--- a/src/test/resources/queries/bsp-cutoff.jsonld
+++ b/src/test/resources/queries/bsp-cutoff.jsonld
@@ -10,11 +10,13 @@
       "match": "match:eq"
     }
   },
-  "startPage":2,
-  "count": 2,
-  "cutOff": true,
-  "context":{
-    "left":["char",90],
-    "right":["char",90]
-  }
+  "meta":{
+    "startPage":2,
+    "count": 2,
+    "cutOff": true,
+    "context":{	     
+     "left":["char",90],
+      "right":["char",90]
+      }
+}
 }