The code below works as I want it to, but I am sure there is a much better way of doing this if anyone has any better suggestions. I am just trying to return the total results.
{exp:weblog:entries weblog="agency_jobs" dynamic="off" author_id="1" disable="categories|member_data|trackbacks"}
{if count==1}
You currently have {total_results} active Job Listings
{/if}
{/exp:weblog:entries}
Thanks