Let N be a random variable with the following distribution: $$ P(N=n)=(n+1)\left(\frac{3}{4}\right)^{2}\left(\frac{1}{4}\right)^{n}, n=0,1,2,...$$ Let $\xi_{1},\xi_{2},...$ be a sequence of independent random variables with the same Bernoulli distribution: $$P(\xi_{i}=1)=p, P(\xi_{i}=0)=q, p>0, p+q=1.$$ Assume that a sequence $(\xi_{i})_{i=1}^{\infty}$ is independent of random variable N. Let: $$\eta(\omega)= \left\{ \begin{array}{ll} \displaystyle\sum_{i=1}^{N(\omega)}\xi_{i}(\omega) & \textrm{when $N(\omega)>0$}\\ 0 & \textrm{when $N(\omega)=0$,}\\ \end{array} \right. $$ and assume that $\zeta=N-\eta$. Find expected value $E\left(\frac{\eta}{\zeta +1}\right)$.
I tried to use conditional expectation: $$E\bigg(\frac{\eta}{\zeta +1}\bigg)=E\bigg(E\bigg(\frac{\eta}{\zeta +1}|N\bigg)\bigg)$$ and calculate: $$E\bigg(\frac{\eta}{\zeta +1}|N=n\bigg)=E\bigg(\frac{\sum_{i=1}^{n}\xi_{i}(\omega)}{n-\sum_{i=1}^{n}\xi_{i}(\omega)+1}\bigg)$$ but I have no idea if it's right and what to do next.