export type ResourceResponse = { data: T } //export type PaginatedResponse = { data: T[]; meta: PaginationMeta; links: Links }