CategoriesResult: { // root type
    data?: Array<NexusGenRootTypes['Category'] | null> | null; // [Category]
    pagination?: NexusGenRootTypes['Pagination'] | null; // Pagination
  }