I have the following query:
select film.title, film_actor.film_id, count(*) as castAmount, concat(actor.first_name, \' \', actor.last_name) as actorFullName