Can `include` return an object instead of an array...
# orm-help
d
Can
include
return an object instead of an array of objects?
r
If it’s a 1-many relation, then it will always return an array of objects.
d
Yes, that was the mistake I made. Thanks
👍 1