I.e. ```javascript let response = merge.hris.employees.list({ createdAfter: "2030-01-01", }) ``` `createdAfter` should be of type `Date` OR the code should be updated to cater for strings being passed L.E. Also the `Pagination` examples are missing the `await`
I.e.
createdAftershould be of typeDateOR
the code should be updated to cater for strings being passed
L.E.
Also the
Paginationexamples are missing theawait