MongoDB .push返回null

Here is the GitHub repo I am currently working on: https://github.com/Stick-z/first-media-app

I am trying to make a website, and currently developing my backend. I am setting up a jokes array in my category section, by using joke.push; However, whenever I try to make a POST request to add a new joke, it returns null (in the console) and my request never finishes(using Insomnia).