(tsType: Omit<Subscription, 'id' | 'startDate' | 'endDate'>, schemaOptions: { title: 'NewSubscription', exclude: [ 'id', 'startDate', 'endDate' ] })
status of the subscription, it can be - 0(pending), 1(active), 2(inactive), 3(cancelled) and 4(expired)
plan id of the subscription
invoice id of the subscription
Subscription model instance