diff --git a/tubearchivist/home/src/es/index_mapping.json b/tubearchivist/home/src/es/index_mapping.json index f74252d1..1635b6b1 100644 --- a/tubearchivist/home/src/es/index_mapping.json +++ b/tubearchivist/home/src/es/index_mapping.json @@ -75,6 +75,15 @@ }, "integrate_sponsorblock": { "type": "boolean" + }, + "subscriptions_channel_size": { + "type": "long" + }, + "subscriptions_live_channel_size": { + "type": "long" + }, + "subscriptions_shorts_channel_size": { + "type": "long" } } } @@ -169,6 +178,15 @@ }, "integrate_sponsorblock": { "type": "boolean" + }, + "subscriptions_channel_size": { + "type": "long" + }, + "subscriptions_live_channel_size": { + "type": "long" + }, + "subscriptions_shorts_channel_size": { + "type": "long" } } }