belongsTo(User::class); } public function ejaculation() { return $this->belongsTo(Ejaculation::class)->withLikes(); } }