GraphQL: Make LSIF jobs total count optional
Created by: efritz
When LSIF jobs are queried with a search term there is no total count returned. This makes the field optional so that pagination works correctly (currently totalCount is always zero so results are shown along with the text "no results found", which is incredibly wrong).