'integer', 'artwork_ids' => 'array', 'computed_at' => 'datetime', ]; // ── Scope helpers ────────────────────────────────────────────────────── /** Resolve scope_id: null → 0 (global sentinel). */ public static function resolveScope(?int $id): int { return $id ?? 0; } }