I need to fetch all records in netsuite each table/object. For that I am writting code in python where I will pass the object individually in loop, where it should call each table/object and get all records in it as json resultset. lets say if there are 150+ objects(Account, etc..), each object in loop need to get all records in respective objects and return the result as json. What is the best way to implement this kind of requirement. Kindly advice?