in Media tables I get 0 records. We are using the library https://github.com/troydavisson/PHRETS and here's my code to get media:
$rets->searchQuery( "Media", "RS_1", "(L_Status=1_0)", [ 'Limit' => 5000, 'Offset' => 1, 'Count' => 1, 'Format' => 'COMPACT-DECODED' ]);
can you please help me