Query Stats
Stats returned in the response of every query
instructions - instructions used in executing the query
total - The total number of records that would be returned from the query if the data was not paginated. This might also be optional as this requires additional computation
indexes_used - indexes used for the query. Should also show which parts of the query was executed on these indexes
query_plan - the query plan generated for the query
Query Stats
Stats returned in the response of every query
instructions- instructions used in executing the querytotal- The total number of records that would be returned from the query if the data was not paginated. This might also be optional as this requires additional computationindexes_used- indexes used for the query. Should also show which parts of the query was executed on these indexesquery_plan- the query plan generated for the query