import { Subscription } from './Subscription'; export class SubscriptionsList { data: Subscription[] recordsTotal: number position: number }