# BranchListQueryResponse **Type:** GraphQL objects ## Fields - data (Branch): undefined - _id (String) - title (String) - parentId (String) - supervisorId (String) - supervisor (User) - code (String) - order (String) - users (User) - userIds (String) - userCount (Int) - parent (Branch) - children (Branch) - status (String) - address (String) - hasChildren (Boolean) - 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)