I receive only one object in one-to-many relation. Here is my db schema.
class InputType(Enum): TEST = 1 FILE = 2 MODEL = 3 URL = 4 HHH =