feat: update dataset list endpoint to return paginated results if limit and cursor query parameters are present
This MR introduces pagination on the dataset list endpoint.
- If the query parameters involves
limit
andcursor
then paginated dataset list is returned in the response - If no pagination query parameters are passed, then the response only involves the datasets list (the response is same as before this MR)
Edited by Varunkumar Manohar