Thank for reply.
Done via KCM:
90k records. Only select “all categories”, nothing else.
50k records. Only select those visible categories.
Your point is correct that, media no need to attached to category.
for disableentitlement
If you look at my code just above your results.
$priv = ‘edit:,sview:,list:,download:,downloadasset:,edituser:,disableentitlement,privacycontext:*’;
$this->client = $this->getClient(\KalturaSessionType::ADMIN, $priv);
I did involved disableentitlement with others, still get 50k.
If I only involve disableentitlement, still get 50k.
Any idea?