How many trees are there on vertex set $[n]$ that contain a given edge $uv$?
If we glue the vertex $u$ and $v$ with an edge then there are $n-1$ vertices and using the Cayley's formula there are total $(n-1)^{(n-3)}$ trees with vertex set $[n-1]$ and a given edge $uv$.
Is this correct?