Finally got it figured out on my own. Thought I would post here just in case someone with the same problem finds this thread while searching for a fix.
I was missing this:
…open API /posts.php and find this:
‘posts_per_page’ => $max,
Add this right below
‘post_type’ => ‘any’,