var oDataResponse = new ODataResponse
{
Items = transformedResults as IEnumerable,
Count = response.TotalRecords,
NextLink = response.ContinuationToken
};
return Ok(responses);
needs to return the cosmodb continuationtoken for fetch the next set of records