hello I\'m using the code below to count all descendants of a give parent id
function find_grandchildren(int $wanted_user_id, int $level_of_descendant ): array {