+ {results.duration ? (
+
+ {recordsCount.toLocaleString()} records scanned in{' '}
+ {formatDuration(results.duration, true)}.
+
+ ) : null}
+
+ Showing{' '}
+ {fullCount > 1000 ? 'first 1,000 rows of' : 'all'}{' '}
+ {fullCount.toLocaleString()} results.
+
+
+ ) : null}
+