In the shell it would be very beneficial to be able to display all the fields contained in a query result. For example: ``` SELECT path(), score(), title FROM [nt:unstructured] WHERE CONTAINS(*, '*foo*'; ``` Currently the `path` is shown all the time and the score cannot be accessed.