Querying API with filters and populating

Hi guys, how would it be possible to populate the following query please? http://localhost:1337/api/photos?filters[id][$eq]=4
Need to populate it to show image urls. Thanks!

There is no need to use filters on id, just use findOne: /api/photos/4