| 
					
				 | 
			
			
				@@ -108,11 +108,13 @@ class R2R: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 listed = await self.client.collections.list_documents( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     id=id, limit=limit, offset=offset 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                print(listed.get("results")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                return listed.get("results") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             except Exception as e: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 print(e) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 listed = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            print(listed.get("results")) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return listed.get("results") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                return listed 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         else: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |