The render event fires twice. Once with an empty array and the second time with the results.
So if we try and use this event to figure out if the query reslted in any data, it won't work.
How can one discover if there were any data returned or did the query return zero results.
Thanks