RESTful controller names

In REST , is it right that controller names are plural ?

Stuart

That's the convention that's been adopted. It makes sense to me. If
we're now thinking of accessing resources then it makes sense. It
seems to follow the convention for naming database tables: the place
where you access your data/resources has a plural name.