my URLs look like this at the moment: So, as you can see, it gets pretty long, pretty fast. I was thinking about shortening these ObjectIds. Idea is that I should add new field called “shortId” to every model in my database. So instead of having: we would have this: I found a way to do it like this: But