LHS does not know if the relation between claims and place is singular it always presumes that the relation is plural and requests the first brach of places with:
GET http://api.test/places/A00OhenWd_Z5RWnxDE7mqA?limit=100
As the relation between place and claims is singular i would expect that LHS requests the place as following:
When we have following structure:
Then one claim can have one place. When we now use include:
LHS does not know if the relation between claims and place is singular it always presumes that the relation is plural and requests the first brach of places with:
As the relation between place and claims is singular i would expect that LHS requests the place as following:
LHS should not do
limit=100
when in the model thehas_one
relation explicitly is set as described here: https://github.com/local-ch/lhs#has_one.