are you looking at the _list_ count not the _item_ count?
are you looking at the list count not the item count?
You have used 1 of 5 redirect lists and 20 of 20 items.
jobs.html on index for a subdomain would probably need like proxying / /jobs 200 some rule like that (this is true for us and Netlify, not sure if Vercel can do this)_redirects file, this feels super limiting.

_middleware.js file that only matches on specific paths (e.g. mysite.com/blog/*, meaning /functions/blog/_middleware.js) that handles all of the blog specific redirects (etc).

jobs.html/ /jobs 200_middleware.jsmysite.com/blog/*/functions/blog/_middleware.js