Refactor content status terminology and enhance cluster serializers with idea and content counts
This commit is contained in:
@@ -477,6 +477,8 @@ export interface Cluster {
|
||||
volume: number;
|
||||
difficulty: number; // Average difficulty of keywords in cluster
|
||||
mapped_pages: number;
|
||||
ideas_count: number;
|
||||
content_count: number;
|
||||
status: string;
|
||||
sector_name?: string | null; // Optional: populated by serializer
|
||||
created_at: string;
|
||||
|
||||
Reference in New Issue
Block a user