export interface ApiCollectionInterface { data: Array; included?: Array; meta?: { total_items: number; total_pages: number; }; }