export type CategoryDTO = { id: string; name: string; slug: string; };