Type Alias CollectionResponse<T>
CollectionResponse: {    data: T[];    empty: boolean;    id: number;    limit: number;    next: string;    offset: number;    previous: string;    search: string;    sort: string;    total: number;} Type declaration
- data: T[]
- empty: boolean
- id: number
- limit: number
- next: string
- offset: number
- previous: string
- search: string
- sort: string
- total: number