# DepartmentListQueryResponse **Type:** GraphQL objects ## Fields - data (Department): undefined - _id (String) - title (String) - description (String) - parentId (String) - supervisorId (String) - supervisor (User) - code (String) - order (String) - parent (Department) - children (Department) - childCount (Int) - users (User) - userCount (Int) - userIds (String) - pagination (PaginationInfo, Not Null): undefined - currentPage (Int): The current page number (1-based). - perPage (Int): Number of items per page. - totalCount (Int): Total number of items matching the query. - totalPages (Int): Total number of pages. - hasNextPage (Boolean): Whether there are more pages after the current one. - hasPreviousPage (Boolean): Whether there are pages before the current one. - totalUsersCount (Int)