diff --git a/src/libs/routes/school.js b/src/libs/routes/school.js
index d5f4c380d047f77ee74be40eea52611e613e43cb..5320c29fbb3810d6c0b8b71492bbfe64e25c208a 100644
--- a/src/libs/routes/school.js
+++ b/src/libs/routes/school.js
@@ -335,23 +335,7 @@ rqf.addField({
         type: 'integer',
         field: 'id'
     }
-}).addValueToField({
-    name: 'city',
-    table: 'municipio',
-    tableField: ['nome', 'id'],
-    resultField: ['city_name', 'city_id'],
-    where: {
-        relation: '=',
-        type: 'integer',
-        field: 'municipio_id',
-        table: 'escola'
-    },
-    join: {
-        primary: 'id',
-        foreign: 'municipio_id',
-        foreignTable: 'escola'
-    }
-}, 'dims').addValueToField({
+}).addValue({
     name: 'city',
     table: 'municipio',
     tableField: 'nome',
@@ -367,7 +351,7 @@ rqf.addField({
         foreign: 'municipio_id',
         foreignTable: 'escola'
     }
-}, 'filter').addValue({
+}).addValue({
     name: 'state',
     table: 'estado',
     tableField: 'nome',
@@ -413,7 +397,23 @@ rqfCount.addField({
         type: 'integer',
         field: 'id'
     }
-}).addValue({
+}).addValueToField({
+    name: 'city',
+    table: 'municipio',
+    tableField: ['nome', 'id'],
+    resultField: ['city_name', 'city_id'],
+    where: {
+        relation: '=',
+        type: 'integer',
+        field: 'municipio_id',
+        table: 'escola'
+    },
+    join: {
+        primary: 'id',
+        foreign: 'municipio_id',
+        foreignTable: 'escola'
+    }
+}, 'dims').addValueToField({
     name: 'city',
     table: 'municipio',
     tableField: 'nome',
@@ -429,7 +429,7 @@ rqfCount.addField({
         foreign: 'municipio_id',
         foreignTable: 'escola'
     }
-}).addValue({
+}, 'filter').addValue({
     name: 'state',
     table: 'estado',
     tableField: 'nome',