if (data && data.rows && data.rows.length) {
            result.value = result.value || 0;
            return result;
        }