Thank you for the suggestion, Morris! I did confirm that we only have one term with that name. Then I tried what you suggested, asking "Give me a list of course names in the Spring 2025 Term. Include the term_id and created_at". It returned 4186 courses, listing the same course name in duplicate 3 or 4 times. I downloaded the CSV and deduped that "CourseName" column of the CSV file. There were 1089 unique courses left– much closer to the 1029 courses listed in Term Details! Then I saw that the answer in Ask Your Data actually told me there were 4186 records in total representing 1088 unique courses.

So, I refined my ask with "Omit deleted courses" and it returned "The updated data now includes a list of 1,029 unique course names for the Spring 2025 term". That's exactly the number of courses shown in "Term Details".

So, thinking I just need to specifically tell it not to include deleted courses, I revised my previous query about the number of courses in a term. Instead of just asking "What is the total number of courses in the 2025 Spring Term?" I now asked "What is the total number of courses in the 2025 Spring Term? Do not include deleted courses."
Ugh– It responded "The query results indicate that there are no courses available for the 2025 Spring Term that are not marked as deleted. This means the total number of active courses for this term is zero."

I restated the question as "How many courses are in 2025 Spring Term? Omit deleted courses." and it correctly reported 1029. Yes! Finally!
