I have a function like:
function getBlogs(limit?: number) { ... }
The limit can only be a positive integer and it cant be
limit