I have a quert which looks like this
SELECT * from Contacts where _type ="tracker" and tracking_nbr = "pp545UAP6"
all is fine but the result it returns is an Array but i would like to change the name from Contacts to TractDetail but
a normal * as TractDetail or * TractDetail is not valid
[
{
"Contacts": {
"_id": "03f8d06e-7362-4e8c-92fd-167efc19e632",
"_type": "tracker",
"ip_address": "69.178.186.74",
"ip_info": {
"area": 10,
"city": "Santa Ana",
"country": "US",
"eu": "0",
"ll": [
33.7086,
-117.8701
],....