diff --git a/gracedb/reports.py b/gracedb/reports.py
index 3e97111cd761e284e293adfff5c9162d2160f882..328c15c01921f788db7ec8694339951bb3dc8aff 100644
--- a/gracedb/reports.py
+++ b/gracedb/reports.py
@@ -77,6 +77,8 @@ def rate_data(request):
     types = [
         ("total",   Q()),
         ]
+# XXX This obviously won't work anymore. But you could try something
+# but you could try something similar with pipeline.
 #   types = [
 #       ("LM",      Q(analysisType="LM")),
 #       ("Omega",   Q(analysisType="Omega")),