© 2026 Hedgehog Software, LLC
assets
entity
assetsCount = 0
SELECT "entityId", COUNT(*) AS "count" FROM "Asset" GROUP BY "entityId" ORDER BY count;