user() ->reviews() ->withoutGlobalScope('approved') ->with('product.files') ->whereHas('product') ->latest() ->paginate(10); } }