You Don't Need to Know It All to Contribute
How it started I was working on a project recently where I used mongoose-paginate-v2 to retrieve paginated data from the database. The challenge was, I was trying to type my output because I deselected some fields from the documents returned, but I could not do it because the library did not provide that functionality. I had experienced this in a couple of other projects that I was working on. This time, the inability to achieve this got me frustrated....