SELECTj0_.idASid_0,j0_.titleAStitle_1,j0_.descriptionASdescription_2,j0_.summaryASsummary_3,j0_.created_atAScreated_at_4,j0_.updated_atASupdated_at_5,j0_.is_validatedASis_validated_6,j0_.slugASslug_7,j0_.publisher_idASpublisher_id_8FROMjobj0_WHEREj0_.is_validated=?ANDj0_.idIN (?,?,?,?,?,?,?,?) ORDER BYj0_.created_atDESC
SELECTj0_.idASid_0,j0_.titleAStitle_1,j0_.descriptionASdescription_2,j0_.summaryASsummary_3,j0_.created_atAScreated_at_4,j0_.updated_atASupdated_at_5,j0_.is_validatedASis_validated_6,j0_.slugASslug_7,j0_.publisher_idASpublisher_id_8FROMjobj0_WHEREj0_.is_validated=?ANDj0_.idIN (?,?,?,?,?,?,?,?)
ORDER BYj0_.created_atDESC
SELECTj0_.idASid_0,j0_.titleAStitle_1,j0_.descriptionASdescription_2,j0_.summaryASsummary_3,j0_.created_atAScreated_at_4,j0_.updated_atASupdated_at_5,j0_.is_validatedASis_validated_6,j0_.slugASslug_7,j0_.publisher_idASpublisher_id_8FROMjobj0_WHEREj0_.is_validated=1ANDj0_.idIN (16,15,14,11,10,7,5,2) ORDER BYj0_.created_atDESC;
The field App\Entity\Skill#profile is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Profile#skills does not contain the required 'mappedBy: "profile"' attribute.
If association App\Entity\Skill#profile is many-to-one, then the inversed side App\Entity\Profile#skills has to be one-to-many.