export function transformReply(reply: Array<FunctionListRawItemReply>): Array<FunctionListItemReply> {
    return reply.map(transformFunctionListItemReply);
}