I just try to use the hasMany relationship according to the loopback4 documentation .but it's not working as expected. My Bus Model => export class Bus exten
I'm trying to get a filtered record from loopback, but I don't understand why nodejs gives error on fallowing commands: const https = require('https'); var
Customer hasMany relationship with jobs Filtering by the top-level property works as shown below Customer.find({ include: ["jobs"],where :{username:"mel"} },