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