suppose i have User and Post each User HasMany Post
HasMany
which of the following code is better
$result1 = User::with("posts")